PDFVersionEnum
PDFVersionEnum enumeration constants are used to specify the version of the PDF file.
typedef enum {
PVN_Auto,
PVN_Version13,
PVN_Version14,
PVN_Version15,
PVN_Version16,
PVN_Version17,
PVN_Version20
} PDFVersionEnum;
Elements
Name | Description |
---|---|
PVN_Auto | The version will be detected automatically. |
PVN_Version13 | The PDF file will be saved in the version 1.3. |
PVN_Version14 | The PDF file will be saved in the version 1.4. |
PVN_Version15 | The PDF file will be saved in the version 1.5. |
PVN_Version16 | The PDF file will be saved in the version 1.6. |
PVN_Version17 | The PDF file will be saved in the version 1.7 (with 256-bit AES encryption support). |
PVN_Version20 | The PDF file will be saved in the version 2.0. |
Used in
7/3/2024 8:50:25 AM