TdxPageOrientationSubset Enum
In This Article
Enumerates orientations of affected pages in the target range.
#Declaration
Delphi
TdxPageOrientationSubset = (
posAll,
posPortrait,
posLandscape
);
#Members
Name | Description |
---|---|
pos
|
An operation affects all pages in the target range. |
pos
|
An operation affects only portrait pages. |
pos
|
An operation affects only landscape pages. |
#Remarks
The dxPDFDocumentRotatePages global procedure accepts a TdxPageOrientationSubset value as the APageOrientation parameter.
See Also