PdfConformanceLevel enum
Specifies the PDF document's conformance-level.
Values
- none → const PdfConformanceLevel
-
Specifies default / no conformance.
- a1b → const PdfConformanceLevel
-
This PDF/A ISO standard (ISO 19005-1:2005) is based on Adobe PDF version 1.4 and This Level B conformance indicates minimal compliance to ensure that the rendered visual appearance of a conforming file is preservable over the long term.
- a2b → const PdfConformanceLevel
-
PDF/A-2 Standard is based on a PDF 1.7 (ISO 32000-1) which provides support for transparency effects and layers embedding of OpenType fonts.
- a3b → const PdfConformanceLevel
-
PDF/A-3 Standard is based on a PDF 1.7 (ISO 32000-1) which provides support for embedding the arbitrary file formats (XML, CSV, CAD, Word Processing documents).
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
PdfConformanceLevel> - A constant List of the values in this enum, in order of their declaration.