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 Konstanten der Aufzählung GrayPictureFormatsEnum definieren die Bildformate oder Kompressionsalgorithmen, die beim Speichern von Graustufenbildern verwendet werden.
typedef enum {
 GPF_Jpeg = 0x00000001,
 GPF_Zip  = 0x00000002,
 GPF_LZW  = 0x00000004,
 GPF_J2K  = 0x00000008,
 GPF_Png  = 0x00000010,
 GPF_Auto = 0x00000020
} GrayPictureFormatsEnum;

Elemente

NameBeschreibung
GPF_AutoDas Format wird automatisch je nach Ausgabedateiformat und Einstellungen ermittelt.
GPF_J2KGraustufen-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.
GPF_JpegGraustufen-JPEG-Format.
GPF_LZWLZW-Kompressionsalgorithmus für Graustufenbilder.

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

Hinweis: Der Wert ist für die PDF- und PDF/A-Formate nicht verfügbar.
GPF_ZipZIP-Kompressionsalgorithmus für Graustufenbilder.

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

Verwendet in

IPDFPictureCompressionParams::GrayPictureFormats IPictureExportParams::GrayPictureFormats