PdfVersion enum
Specifies the available PDF versions to save the PDF document.
Values
- version1_0 → const PdfVersion
-
PDF version 1.0.
- version1_1 → const PdfVersion
-
PDF version 1.1.
- version1_2 → const PdfVersion
-
PDF version 1.2.
- version1_3 → const PdfVersion
-
PDF version 1.3. Adobe Acrobat 4.
- version1_4 → const PdfVersion
-
PDF version 1.4. Adobe Acrobat 5.
- version1_5 → const PdfVersion
-
PDF version 1.5. Adobe Acrobat 6.
- version1_6 → const PdfVersion
-
PDF version 1.6. Adobe Acrobat 7.
- version1_7 → const PdfVersion
-
PDF version 1.7. Adobe Acrobat 8.
- version2_0 → const PdfVersion
-
PDF version 2.0.
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<
PdfVersion> - A constant List of the values in this enum, in order of their declaration.