Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPageOrientationSubset Enum

Enumerates orientations of affected pages in the target range.

#Declaration

Delphi
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