Click or drag to resize
Pdftools logo

ConformancePdfALevel Enumeration

The PDF/A conformance level that defines the requirements on the quality of the document's content.

Namespace: PdfTools.Pdf
Assembly: PdfTools (in PdfTools.dll) Version: 1.8.0+c1110cafb37403de0188424e1c97e84e318ca892
Syntax
C#
public enum PdfALevel
Members
Member nameValueDescription
B0

Level B (basic)

Visual integrity - clear, long-term visual reproduction of static content.

U1

Level U (Unicode)

Searchability of text and copying of Unicode text for digitally created PDF documents and documents scanned using optical character recognition (OCR).

This is in addition to level B. Therefore, all level U documents are also valid level B documents.

A2

Level A (accessibility)

Accessibility - semantic correctness and structure (tagged PDF). Archive PDF, including complete accessibility to all types of content.

This is in addition to level U. Therefore, all level A documents are also valid level U and level B documents.

See Also