DOCWRTPDFPROFILE

typedef enum _DOCWRTPDFPROFILE 
{ 
   DOCWRTPDFPROFILE_PDF = 0, 
   DOCWRTPDFPROFILE_PDFA, 
   DOCWRTPDFPROFILE_PDF12, 
   DOCWRTPDFPROFILE_PDF13, 
   DOCWRTPDFPROFILE_PDF15, 
   DOCWRTPDFPROFILE_PDF16, 
} DOCWRTPDFPROFILE, *pDOCWRTPDFPROFILE; 

The DOCWRTPDFPROFILE enumeration provides information about the PDF document type

Members

DOCWRTPDFPROFILE_PDF

The created file will be a regular PDF v1.4 document.

DOCWRTPDFPROFILE_PDFA

The created file will be a PdfA-1b document.

DOCWRTPDFPROFILE_PDF12

The created file will be Pdf v1.2 document.

DOCWRTPDFPROFILE_PDF13

The created file will be Pdf v1.3 document.

DOCWRTPDFPROFILE_PDF15

The created file will be Pdf v1.5 document.

DOCWRTPDFPROFILE_PDF16

The created file will be Pdf v1.6 document.

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

LEADTOOLS Raster Imaging C API Help