PageByPageExportOptionsBase.PageRange Property
Gets or sets the page range to be exported.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
String | A page range. |
Remarks
The PageRange property value contains the page range to be exported. Ranges are separated by commas. For example: “1,3,5-12”.
Note
If not all pages from a specified page range exist in the current document, invalid page numbers are ignored. Only valid page numbers are taken into account.
If there are no valid page numbers in the page range string, all document pages are exported.
Pages included in a range keep their original page numbers. A range does not recalculate page numbers.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the PageRange property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.