Enum PDFACompliance.Conformance
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: PDFNet.dll
Syntax
public enum PDFACompliance.Conformance
Fields
Name | Description |
---|---|
e_Level1A | |
e_Level1B | |
e_Level2A | |
e_Level2B | |
e_Level2U | |
e_Level3A | |
e_Level3B | |
e_Level3U | |
e_Level4 | |
e_Level4E | |
e_Level4F | |
e_None |