Enum RotationDocument

RotationDocument enumeration

Describes all possible document rotation angles

public enum RotationDocument : byte

Values

Name Value Description
None 0 Default one. Document is not rotated.
on90 1 Rotate the document 90 degrees
on180 2 Rotate the document 180 degrees
on270 3 Rotate the document 270 degrees

See Also