TXTextControl.ImageExportMaxResolution Property

Determines the maximum resolution in dots per inch used, if the image is saved. If the image's resolution is larger than this property's value, it is reduced, otherwise it is not changed. If this property's value is zero, which is the default value, TX Text Control uses the maximum resolution set with the LoadSaveAttribute property (txImageMaxResolution value) or the image's default resolution. The ObjectCurrent property determines the image or signature field.

Introduced: 11.0.

Syntax

TXTextControl.ImageExportMaxResolution [= value]

Data Types

Integer.

Limitations

Run time only.

See Also