Version and conformance level of PDF/A standard.
Namespace:
Atalasoft.PdfDoc.PdfA
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax Public Enumeration PdfAVersion
Members
| Member name | Description |
---|
| NotPdfA |
Regular PDF.
|
| PdfA1a |
The first part of PDF/A standard, Level A conformance.
|
| PdfA1b |
The first part of PDF/A standard, Level B conformance.
|
| PdfA2a |
The second part of PDF/A standard, Level A conformance.
|
| PdfA2b |
The second part of PDF/A standard, Level B conformance.
|
| PdfA2u |
The second part of PDF/A standard, Level U conformance.
|
| PdfA3a |
The third part of PDF/A standard, Level A conformance.
|
| PdfA3b |
The third part of PDF/A standard, Level B conformance.
|
| PdfA3u |
The third part of PDF/A standard, Level U conformance.
|
See Also