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