PDFAComplianceConformance Enumeration |
PDF/A Conformance Level (19005:1/2/3).
Level A conforming files must adhere to all of the requirements of ISO 19005. A file meeting this conformance level is said to be a 'conforming PDF/A -1a file.'
Level B conforming files shall adhere to all of the requirements of ISO 19005 except those of 6.3.8 and 6.8. A file meeting this conformance level is said to be
a 'conforming PDF/A-1b file'. The Level B conformance requirements are intended to be those minimally necessary to ensure that the rendered visual appearance of
a conforming file is preservable over the long term.
Namespace:
pdftron.PDF.PDFA
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public enum PDFAComplianceConformance
Public Enumeration PDFAComplianceConformance
public enum class PDFAComplianceConformance
pdftron.PDF.PDFA.PDFAComplianceConformance = function();
pdftron.PDF.PDFA.PDFAComplianceConformance.createEnum('pdftron.PDF.PDFA.PDFAComplianceConformance', false);
Members
| Member name | Value | Description |
---|
| e_None | 0 | |
| e_Level1A | 1 | |
| e_Level1B | 2 | |
| e_Level2A | 3 | |
| e_Level2B | 4 | |
| e_Level2U | 5 | |
| e_Level3A | 6 | |
| e_Level3B | 7 | |
| e_Level3U | 8 | |
See Also