TdxPSPDFReportExportOptions.PageRangeInfo Property
In This Article
Specifies exported pages in a source document.
#Declaration
Delphi
property PageRangeInfo: TdxPSPrintPageRangeInfo read;
#Property Value
Type |
---|
Tdx |
#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