Zum Hauptinhalt springen

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.

Die Aufzählungskonstanten von ColorPictureFormatsEnum definieren die Bildformate oder Komprimierungsalgorithmen, die beim Speichern von Farbbildern verwendet werden.
typedef enum {
 CPF_Jpeg = 0x00000001,
 CPF_Zip  = 0x00000002,
 CPF_LZW  = 0x00000004,
 CPF_J2K  = 0x00000008,
 CPF_Png  = 0x00000010,
 CPF_Auto = 0x00000020
} ColorPictureFormatsEnum;

Elemente

NameBeschreibung
CPF_AutoDas Format wird abhängig vom Ausgabedateiformat und den Einstellungen automatisch festgelegt.
CPF_J2KFarb-JPEG-2000-Format.

Hinweis: Der Wert ist für die Formate PDF/A-1, RTF, DOCX, ODT, HTML, PPTX, FB2 und EPUB nicht verfügbar.
CPF_JpegFarb-JPEG-Format.
CPF_LZWLZW-Komprimierungsalgorithmus für Farbbilder.

Hinweis: Der Wert ist für die Formate PDF/A, RTF, DOCX, ODT, HTML, PPTX, FB2 und EPUB nicht verfügbar.
CPF_PngFarb-PNG-Format.

Hinweis: Der Wert ist für die Formate PDF und PDF/A nicht verfügbar.
CPF_ZipZIP-Komprimierungsalgorithmus für Farbbilder.

Hinweis: Der Wert ist für die Formate RTF, DOCX, ODT, HTML, PPTX, FB2 und EPUB nicht verfügbar.

Verwendet in

IPDFPictureCompressionParams::ColorPictureFormats IPictureExportParams::ColorPictureFormats