PdfPageRotation enum
Page rotation
Values
- none → const PdfPageRotation
-
No rotation
- rotate90 → const PdfPageRotation
-
Rotated 90 degree clockwise
- rotate180 → const PdfPageRotation
-
Rotated 180 degree clockwise
- rotate270 → const PdfPageRotation
-
Rotated 270 degree clockwise
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<
PdfPageRotation> - A constant List of the values in this enum, in order of their declaration.