TXTextControl.ImageExportCompressionQuality Property

Determines a value between 1 and 100, which is the quality of a lossy data compression used, if the image is saved. It is only used, if the image data is compressed with a lossy compression algorithm. A value of 100 indicates the maximum quality, a value of 1 indicates the minimum quality. If this property is set to zero, which is the default value, TX Text Control uses the quality value set with the LoadSaveAttribute property (txImageCompressionQuality value) or a compression specific default value. The ObjectCurrent property determines the image or signature field.

Introduced: 11.0.

Syntax

TXTextControl.ImageExportCompressionQuality [= value]

Data Types

Integer.

Limitations

Run time only.

See Also