Aspose::Pdf::Rotation enum

Rotation enum

Enumeration of possible rotation values.

enum class Rotation

Values

NameValueDescription
None0Non-rotated.
on901Rotated on 90 degrees clockwise.
on1802Rotated on 180 degrees.
on2703Rotated on 270 degrees clockwise.
on3604Rotated on 360 degrees clockwise.

See Also