Back to Devexpress

TdxPageOrientationSubset Enum

vcl-dxprintutils-0b50958c.md

latest707 B
Original Source

TdxPageOrientationSubset Enum

Enumerates orientations of affected pages in the target range.

Declaration

delphi
TdxPageOrientationSubset = (
    posAll,
    posPortrait,
    posLandscape
);

Members

NameDescription
posAll

An operation affects all pages in the target range.

| | posPortrait |

An operation affects only portrait pages.

| | posLandscape |

An operation affects only landscape pages.

|

Remarks

The dxPDFDocumentRotatePages global procedure accepts a TdxPageOrientationSubset value as the APageOrientation parameter.

See Also

dxPrintUtils Unit