Skip to main content
All docs
V26.1
  • PageRotationAngle Enum

    Lists values that indicate the page rotation angle.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public enum PageRotationAngle

    Members

    Name Description
    None

    The page is not rotated.

    Clockwise90

    The page is rotated 90 degrees clockwise.

    Clockwise180

    The page is rotated 180 degrees clockwise.

    Clockwise270

    The page is rotated 270 degrees clockwise.

    Related API Members

    The following properties accept/return PageRotationAngle values:

    See Also