Available in LEADTOOLS Imaging Pro, Vector, Document, and Medical Imaging toolkits. |
enum PDFPROFILESENUM
{
DLG_PDF_PROFILE_DEFAULT,
DLG_PDF_PROFILE_PDFA,
DLG_PDF_PROFILE_PDF_V13,
DLG_PDF_PROFILE_PDF_V14,
DLG_PDF_PROFILE_PDF_V15,
DLG_PDF_PROFILE_PDF_V16,
};
The PDFPROFILESENUM enumeration provides information about the PDF profile that will be used when saving.
Member |
Description |
DLG_PDF_PROFILE_DEFAULT |
Save PDF files as PDF 1.2. |
DLG_PDF_PROFILE_PDFA |
Save PDF files as PDFA |
DLG_PDF_PROFILE_PDF_V13 |
Save PDF file as PDF 1.3 |
DLG_PDF_PROFILE_PDF_V14 |
Save PDF file as PDF 1.4 |
DLG_PDF_PROFILE_PDF_V15 |
Save PDF file as PDF 1.5 |
DLG_PDF_PROFILE_PDF_V16 |
Save PDF file as PDF 1.6 |
Comments
This enumeration will be used to initialize the combo box in the SaveOptionDialog with the specified value. Also this enum will contains the selected value from this combo box to be used for saving the PDF files. See the following: