Skip to main content

TdxPageOrientationSubset Enum

Enumerates orientations of affected pages in the target range.

Declaration

TdxPageOrientationSubset = (
    posAll,
    posPortrait,
    posLandscape
);

Members

Name Description
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