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
Member |
Description |
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. |