|
CFx SDK Documentation 2026 SP0
|
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 } |
The namespace contains declarations related to working with PDF format.
<group TD_Namespaces>
PDF format versions enumeration, used during the export process.
Definition at line 43 of file PdfVersion.h.