Show / Hide Table of Contents

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: PDFNetAndroid.dll
Syntax
public enum Conformance : int

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_NoConformance
In This Article
Back to top Generated by DocFX