PDFPROFILESENUM

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.

Members

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

DLG_PDF_PROFILE_PDF_V17

Save PDF file as PDF 1.7

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:

pdfprofiles.jpg
Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Common Dialog C API Help