TdxPageNumbers Enum
In This Article
Enumerates affected document pages in the target range.
#Declaration
Delphi
TdxPageNumbers = (
pnAll,
pnEven,
pnOdd
);
#Members
Name | Description |
---|---|
pn
|
An operation affects all pages in the target range. |
pn
|
An operation affects only even pages. |
pn
|
An operation affects only odd pages. |
#Remarks
The dxPDFDocumentRotatePages global procedure accepts a TdxPageNumbers value as the APageNumbers parameter.
See Also