Skip to main content

What it does

Stores image saving options.

Properties

NameTypeAccessDescription
AddProperFileExtboolRead/writeIf the value is set to “true”, the extension is set according to the image format during image saving.
CodecstringRead/writeCodec. The property can be specified when saving images as TIFF or non-black and white PDF only. Admissible values: “CCITT4Fax”, “Zip”, “Lzw”, “Packbits”, “Jpg”, “J2k”, “None”. Strings are not sensitive to the letter case.

Important! This property can only be specified if you are saving to TIFF, non-black-and-white PDF or non-black-and-white PDF/A. Codec cannot be applied when saving to black-and-white PDF, black-and-white PDF-A, BMP, JPG, JPG2000, PNG, DCX and PCX.
ColorTypestringRead/writeColor scheme. Admissible values: “FullColor”, “GrayScale”, “BlackAndWhite”. Strings are not sensitive to the letter case.
FormatstringRead/writeImage saving format. Admissible expressions: “tif”, “dcx”, “jpg”, “bmp”, “jpg2000”, “pcx”, “png”, “pdf”, “pdfa”.

Strings are not sensitive to the letter case.
PdfAStandardstringRead/writeLevel and version of the PDF/A format. Possible values: “1a”, “1b”, “2a”, “2b”, “2u”, “3a”, “3b” and “3u”.
QualityintRead/writeImage quality for JPEG-compression (in percentage terms).
RectIPageRectRead/writeThe area being saved.
ShouldOverwriteboolRead/writeSpecifies whether to overwrite an existing file.
UseRawImageboolRead/writeReverts an image to its original state.