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