TdxPDFPageInfo.Rotate(TcxRotationAngle) Method
In This Article
Rotates the page by a predefined angle.
#Declaration
Delphi
procedure Rotate(AAngle: TcxRotationAngle);
#Parameters
Name | Type | Description |
---|---|---|
AAngle | Tcx |
Enumerates predefined rotation angles. |
#Remarks
Use the RotationAngle property to identify the page’s rotation angle.
See Also