Member variable XbpPrintDialog():pageRangeSelected Foundation
Specifies the range of pages to print selected by the user.
A two-element array holding numeric values can be assigned to this instance variable. The first element indicates the starting page and the second element the ending page of the document to print. The values in this array are used as the default values for the controls that allow the user to choose a page range to print, if any. Leaving this at the defaults causes the controls to be initialized to include the whole range of pages defined in :pageRange. When the dialog window is closed, :pageRangeSelected contains the page range actually selected by the user, or {0,0} if no range was selected.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.