Enum PdfALevel
- Namespace
- SimpleSign.Pdf.Enums
- Assembly
- SimpleSign.Pdf.dll
PDF/A conformance levels. PDF/A is an ISO standard for long-term archiving of electronic documents.
public enum PdfALevel
Fields
A1a = 1PDF/A-1a (ISO 19005-1, Level A — full accessibility).
A1b = 2PDF/A-1b (ISO 19005-1, Level B — basic visual reproduction).
A2a = 3PDF/A-2a (ISO 19005-2, Level A).
A2b = 4PDF/A-2b (ISO 19005-2, Level B).
A2u = 5PDF/A-2u (ISO 19005-2, Level U — Unicode text).
A3a = 6PDF/A-3a (ISO 19005-3, Level A).
A3b = 7PDF/A-3b (ISO 19005-3, Level B).
A3u = 8PDF/A-3u (ISO 19005-3, Level U).
None = 0Not a PDF/A document.
Unknown = 9PDF/A detected but specific level could not be determined.