The number of degrees by which the page should be rotated clockwise when displayed or printed.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public enum PdfPageRotateAngle
Public Enumeration PdfPageRotateAngle
public enum class PdfPageRotateAngle
type PdfPageRotateAngle

Members

MemberValueDescription
RotateAngle00
The page is rotated as 0 angle.
RotateAngle901
The page is rotated as 90 angle.
RotateAngle1802
The page is rotated as 180 angle.
RotateAngle2703
The page is rotated as 270 angle.

See Also