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

This enumerated type is used by the following structure:

PDFCOMMONSETTINGS

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Professional OCR C API Help