TdxPSPDFReportExportOptions.PageRangeInfo Property
Specifies exported pages in a source document.
Declaration
property PageRangeInfo: TdxPSPrintPageRangeInfo read;
Property Value
| Type |
|---|
| TdxPSPrintPageRangeInfo |
Remarks
Use the PageRangeInfo.PageRanges and PageRangeInfo.PageIndexesAsString properties to select source document pages that constitute an exported PDF document. Refer to the TdxPSPrintPageRangeInfo class description for details.
See Also