The PDFPROFILESENUM enumeration provides information about the PDF profile that will be used when saving.
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,
};
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:
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document