 | PdfPageRotation Property |
Gets or sets the page rotation.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic 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
PageRotate
RemarksThe PDF page rotates clockwise. See
PageRotate for details.
See Also