PdfRenderSize enum
Constructors
- PdfRenderSize()
-
const
Values
- FROM_IMAGE → const PdfRenderSize
- A4 → const PdfRenderSize
- FIXED_A4 → const PdfRenderSize
- US_LETTER → const PdfRenderSize
- FIXED_US_LETTER → const PdfRenderSize
- AUTO_LOCALE → const PdfRenderSize
- AUTO → const PdfRenderSize
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<
PdfRenderSize> -
A constant List of the values in this enum, in order of their declaration.
[FROM_IMAGE, A4, FIXED_A4, US_LETTER, FIXED_US_LETTER, AUTO_LOCALE, AUTO]