'Declaration
Public Property Rotation As PDFPageRotation
'Usage
Dim instance As PDFPage Dim value As PDFPageRotation instance.Rotation = value value = instance.Rotation
public PDFPageRotation Rotation {get; set;}
public: __property PDFPageRotation get_Rotation(); public: __property void set_Rotation( PDFPageRotation value );
public: property PDFPageRotation Rotation { PDFPageRotation get(); void set ( PDFPageRotation value); }