dxPDFDocumentRotatePages(TdxPDFDocument,Integer[],TcxRotationAngle,TdxPageNumbers,TdxPageOrientationSubset) Method
In This Article
Rotates pages by a predefined angle in a PDF Document.
#Declaration
Delphi
procedure dxPDFDocumentRotatePages(ADocument: TdxPDFDocument; const APageIndexes: array of Integer; AAngle: TcxRotationAngle; APageNumbers: TdxPageNumbers = pnAll; APageOrientation: TdxPageOrientationSubset = posAll);
#Parameters
Name | Type | Description |
---|---|---|
ADocument | Tdx |
A PDF document container that stores the target document. |
APage |
Integer | An array of page indexes that specifies the list of rotated pages. |
AAngle | Tcx |
A rotation angle from the predefined list. |
APage |
Tdx |
Specifies whether the procedure rotates even, odd, or all specified pages. |
APage |
Tdx |
Specifies whether the procedure rotates all pages or only those that have landscape or portrait orientation. |
See Also