Click or drag to resize

PdfPageRotation Property

Gets or sets a value representing the clockwise rotation of this page (in degrees).

Namespace:  RadPdf.Data.Document.Pages
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public PdfRotation Rotation { get; set; }

Property Value

Type: PdfRotation
Remarks
Because a page can only be rotated in 90 degree increments, the PdfRotation enumeration should be used.
See Also