 | PdfControlRotation Property |
Gets or sets a value indicating how the control is rotated counterclockwise relative to the page.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
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
After changing this property, you must call the
ResetAppearance method for the changes to take effect.
See Also