DOC2_PDFCOMPATIBILITY

typedef enum 
{ 
   DOC2_OPTIMIZESIZE = 0, 
   DOC2_OPTIMIZEQUALITY, 
   DOC2_PDF15, 
   DOC2_PDF14, 
   DOC2_PDF13, 
   DOC2_PDF12, 
   DOC2_PDF11, 
   DOC2_PDF10, 
   DOC2_PDFA, 
} DOC2_PDFCOMPATIBILITY; 

The DOC2_PDFCOMPATIBILITY enumerated type specifies the possible values of PDF compatibility in the output formats.

Value Meaning
DOC2_OPTIMIZESIZE Optimize for size
DOC2_OPTIMIZEQUALITY Optimize for quality
DOC2_PDF15 Compatible with PDF 1.5
DOC2_PDF14 Compatible with PDF 1.4
DOC2_PDF13 Compatible with PDF 1.3
DOC2_PDF12 Compatible with PDF 1.2
DOC2_PDF11 Compatible with PDF 1.1
DOC2_PDF10 Compatible with PDF 1.0
DOC2_PDFA Compatible with PDF-A

Comments

The enumeration is used by:

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS OCR Module - OmniPage Engine C API Help