| PdfPageRotation Property |
Gets or sets the page rotation.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax public PageRotate Rotation { get; set; }
Public Property Rotation As PageRotate
Get
Set
public:
property PageRotate Rotation {
PageRotate get ();
void set (PageRotate value);
}
member Rotation : PageRotate with get, set
/** @property */
public PageRotate get_Rotation()
/** @property */
public void set_Rotation(PageRotate value)
function get_Rotation();
function set_Rotation(value);
Property Value
PageRotateRemarks The PDF page rotates clockwise. See
PageRotate for details.
See Also