Properties
| Name | Type | Access | Description |
|---|---|---|---|
| AddProperFileExt | bool | Read/write | If the value is set to true, the extension is set according to the image format during image saving. |
| Codec | string | Read/write | The codec. Possible values are CCITT4Fax, Zip, Lzw, Packbits, Jpg, J2k, and None, and they are not case-sensitive. Set this property only when saving to TIFF, non-black-and-white PDF, or non-black-and-white PDF/A. A codec cannot be applied when saving to black-and-white PDF, black-and-white PDF/A, BMP, JPG, JPG2000, PNG, DCX, or PCX. For more information, see Possible Combinations of Formats, Color Modes and Codecs. |
| ColorType | string | Read/write | Color scheme. Possible values: FullColor, GrayScale, BlackAndWhite. Strings are not sensitive to the letter case. |
| Format | string | Read/write | Image saving format. Possible values: tif, dcx, jpg, bmp, jpg2000, pcx, png, pdf, pdfa. Strings are not sensitive to the letter case. |
| PdfAStandard | string | Read/write | Level and version of the PDF/A format. Possible values: 1a, 1b, 2a, 2b, 2u, 3a, 3b and 3u. |
| Quality | int | Read/write | Image quality for JPEG-compression (in percentage terms). |
| Rect | IPageRect | Read/write | The area being saved. |
| ShouldOverwrite | bool | Read/write | Specifies whether to overwrite an existing file. |
| UseRawImage | bool | Read/write | Reverts an image to its original state. |
