TdxPSPrintPageRangeInfo.PageIndexesAsString Property
Specifies the string representation of the current page range.
Declaration
property PageIndexesAsString: string read; write;
Property Value
Type |
---|
string |
Remarks
A range can include individual page numbers and contiguous page ranges, separated by the dxPSGlbl.cPageSeparator delimiter. Two page numbers, separated by the dxPSGlbl.cPageRangeSeparator delimiter, represent a contiguous range of pages. For example, the ‘1,3,5-12’ string specifies a page range that includes pages 1, 3, and 5 through 12.
Setting the PageIndexesAsString property automatically assigns prRange to the PageRanges property and populates the PageIndex collection with pages included in the specified range.
See Also