Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.23
LEADTOOLS Common Dialog C DLL Help

PDFPROFILESENUM

Show in webframe

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:

 

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.