PdfComplianceLevel enumeration #
Constants which define the PDF standards compliance level.
The PdfComplianceLevel type exposes the following members:
Fields #
Field | Description |
---|---|
PDF15 | The output file will comply with the PDF 1.5 standard. |
PDF16 | The output file will comply with the PDF 1.6 standard. |
PDF17 | The output file will comply with the PDF 1.7 standard. |
PDF_A1B | The output file will comply with the PDF/A-1b standard. |
PDF_A1A | The output file will comply with the PDF/A-1a standard. |
PDF_A2B | The output file will comply with the PDF/A-2b standard. |
PDF_A2A | The output file will comply with the PDF/A-2a standard. |
PDF_A3B | The output file will comply with the PDF/A-3b standard. |
PDF_A3A | The output file will comply with the PDF/A-3a standard. |
PDF_UA | The output file will comply with the PDF/UA standard. |
PDF_A2U | The output file will comply with the PDF/A-2u standard. |