Click or drag to resize

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
Members
  Member nameValueDescription
e_None0
e_Level1A1
e_Level1B2
e_Level2A3
e_Level2B4
e_Level2U5
e_Level3A6
e_Level3B7
e_Level3U8
See Also