Command
QisLib_SetIgnoreTexts

QisLib_SetIgnoreTexts

Function:
	void QisLib_SetIgnoreTexts(int pOnOff);

Inputs:
	pOnOff: _QIS_ON (On) or _QIS_OFF (Off)

Return:
	success: 0
	failure: one of the following values :

Errors:
	-1: File open in progress, operation not permitted.

Description:
	- Turn this ON to ignore text during open
	- Default is OFF.
	- Must be called before QisLib_OpenGDSII or QisLib_OpenOASIS.
	- ignoring text may affect extents computation

References:
QisLib_OpenGDSII
QisLib_OpenOASIS