cTextToImage  Property

Specify mode for converts text to images.


Object.cTextToImage  = string

Return Value

String
Specify mode for converts text to images. Allowed values are:

ValueDescription
"AUTO"Text which  has #UR TEXTTOIMAGE=<expression> and result will be .T. then be converts to image (default value).
"ALL"All texts will be converts to image.
"NONE"None texts will be converts to image.

Remarks

XFRX version: 17.3
Applies To: XFRX#INIT, XFRX#LISTENER, oXFRX


Examples

m.loXFRX = EVALUATE([xfrx("XFRX#INIT")])
m.loXFRX.cTextToImage = 'NONE'
RELE m.loXFRX