public PdfPageRotation Rotation { get; set; }Public Property Rotation As PdfPageRotation
Get
Setpublic:
property PdfPageRotation Rotation {
PdfPageRotation get ();
void set (PdfPageRotation value);
}member Rotation : PdfPageRotation with get, set