Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

What it does

Stores image saving options.

Properties

String values are case-insensitive.
NameTypeAccessDescription
AddProperFileExtboolRead/writeIf true, the file extension is set to match the image format when saving.
CodecstringRead/writeCodec to use when saving. Values: CCITT4Fax, Zip, Lzw, Packbits, Jpg, J2k, None. See the note below for format compatibility.
ColorTypestringRead/writeColor scheme. Values: FullColor, GrayScale, BlackAndWhite.
FormatstringRead/writeImage format. Values: tif, dcx, jpg, bmp, jpg2000, pcx, png, pdf, pdfa.
PdfAStandardstringRead/writePDF/A level and version. Values: 1a, 1b, 2a, 2b, 2u, 3a, 3b, 3u.
QualityintRead/writeImage quality for JPEG compression, as a percentage.
RectIPageRectRead/writeArea to save.
ShouldOverwriteboolRead/writeWhether to overwrite an existing file.
UseRawImageboolRead/writeWhether to save the raw, unedited image instead of the current state.
Codec only applies when saving to TIFF, non-black-and-white PDF, or non-black-and-white PDF/A. It can’t be used when saving to black-and-white PDF, black-and-white PDF/A, BMP, JPG, JPG2000, PNG, DCX, or PCX.