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,
DLG_PDF_PROFILE_PDF_V17,
};
The PDFPROFILESENUM enumeration provides information about the PDF profile that will be used when saving.
Save PDF files as PDF 1.2.
Save PDF files as PDFA
Save PDF file as PDF 1.3
Save PDF file as PDF 1.4
Save PDF file as PDF 1.5
Save PDF file as PDF 1.6
Save PDF file as PDF 1.7
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: