PdfImageOrientation enum
Represents the position of the first pixel in the data stream This corresponds to the exif orientations
Values
- topLeft → const PdfImageOrientation
-
Rotated 0°
- topRight → const PdfImageOrientation
-
Rotated 90°
- bottomRight → const PdfImageOrientation
-
Rotated 180°
- bottomLeft → const PdfImageOrientation
-
Rotated 270°
- leftTop → const PdfImageOrientation
-
Rotated 0° mirror
- rightTop → const PdfImageOrientation
-
Rotated 90° mirror
- rightBottom → const PdfImageOrientation
-
Rotated 180° mirror
- leftBottom → const PdfImageOrientation
-
Rotated 270° mirror
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<
PdfImageOrientation> - A constant List of the values in this enum, in order of their declaration.