Link Search Menu Expand Document

RotateFlipType Enumeration

Specifies the direction of an image's rotation and the axis used to flip the image.

Namespace:Bytescout.PDFRenderer
Assembly: Bytescout.PDFRenderer (in Bytescout.PDFRenderer.dll) Version: 13.4.0.4759-master
Syntax
public enum RotateFlipType
Members
Member nameValueDescription
Rotate180FlipXY0 Specifies a 180-degree rotation followed by a horizontal and vertical flip.
RotateNoneFlipNone0 Specifies no rotation and no flipping.
Rotate270FlipXY1 Specifies a 270-degree rotation followed by a horizontal and vertical flip.
Rotate90FlipNone1 Specifies a 90-degree rotation without flipping.
Rotate180FlipNone2 Specifies a 180-degree rotation without flipping.
RotateNoneFlipXY2 Specifies no rotation followed by a horizontal and vertical flip.
Rotate270FlipNone3 Specifies a 270-degree rotation without flipping.
Rotate90FlipXY3 Specifies a 90-degree rotation followed by a horizontal and vertical flip.
Rotate180FlipY4 Specifies a 180-degree rotation followed by a vertical flip.
RotateNoneFlipX4 Specifies no rotation followed by a horizontal flip.
Rotate90FlipX5 Specifies a 90-degree rotation followed by a horizontal flip.
Rotate270FlipY5 Specifies a 270-degree rotation followed by a vertical flip.
RotateNoneFlipY6 Specifies no rotation followed by a vertical flip.
Rotate180FlipX6 Specifies a 180-degree rotation followed by a horizontal flip.
Rotate90FlipY7 Specifies a 90-degree rotation followed by a vertical flip.
Rotate270FlipX7 Specifies a 270-degree rotation followed by a horizontal flip.
See Also

Reference