PdfImageOrientation enum

Represents the position of the first pixel in the data stream This corresponds to the exif orientations

Inheritance

Constructors

PdfImageOrientation()
const

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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.