Back to Devexpress

dxPDFDocumentRotatePages(TdxPDFDocument,Integer[],TcxRotationAngle,TdxPageNumbers,TdxPageOrientationSubset) Method

vcl-dxpdfdocument-dot-dxpdfdocumentrotatepages-x28-20487958-x29.md

latest1.4 KB
Original Source

dxPDFDocumentRotatePages(TdxPDFDocument,Integer[],TcxRotationAngle,TdxPageNumbers,TdxPageOrientationSubset) Method

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

NameTypeDescription
ADocumentTdxPDFDocument

A PDF document container that stores the target document.

| | APageIndexes | Integer |

An array of page indexes that specifies the list of rotated pages.

| | AAngle | TcxRotationAngle |

A rotation angle from the predefined list.

| | APageNumbers | TdxPageNumbers |

Specifies whether the procedure rotates even, odd, or all specified pages.

| | APageOrientation | TdxPageOrientationSubset |

Specifies whether the procedure rotates all pages or only those that have landscape or portrait orientation.

|

See Also

Rotate(TcxRotationAngle)

dxPDFDocument Unit