CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
OdPDF Namespace Reference

Enumerations

enum  PDFFormatVersions {
  kPDFAuto = 0 , kPDFv1_0 = 10 , kPDFv1_1 = 11 , kPDFv1_2 = 12 ,
  kPDFv1_3 = 13 , kPDFv1_4 = 14 , kPDFv1_5 = 15 , kPDFv1_6 = 16 ,
  kPDFv1_7 = 17 , kPDFv2_0 = 20 , kLast = kPDFv2_0
}
 

Detailed Description

The namespace contains declarations related to working with PDF format.

<group TD_Namespaces>

Enumeration Type Documentation

◆ PDFFormatVersions

PDF format versions enumeration, used during the export process.

Enumerator
kPDFAuto 

PDF format version is set by the corresponding module.

kPDFv1_0 

PDF format version 1.0.

kPDFv1_1 

PDF format version 1.1.

kPDFv1_2 

PDF format version 1.2.

kPDFv1_3 

PDF format version 1.3.

kPDFv1_4 

PDF format version 1.4.

kPDFv1_5 

PDF format version 1.5.

kPDFv1_6 

PDF format version 1.6.

kPDFv1_7 

PDF format version 1.7.

kPDFv2_0 

PDF format version 2.0.

kLast 

The latest PDF format version supported by the PDF export functionality.

Definition at line 43 of file PdfVersion.h.