Returns the print job scope that the user selected
before pressing OK in the dialog. This will be one
of the following values:
<dl>
<dt><code>PrinterData.ALL_PAGES</code></dt>
<dd>Print all pages in the current document</dd>
<dt><code>PrinterData.PAGE_RANGE</code></dt>
<dd>Print the range of pages specified by startPage and endPage</dd>
<dt><code>PrinterData.SELECTION</code></dt>
<dd>Print the current selection</dd>
</dl>
Returns the print job scope that the user selected before pressing OK in the dialog. This will be one of the following values: <dl> <dt><code>PrinterData.ALL_PAGES</code></dt> <dd>Print all pages in the current document</dd> <dt><code>PrinterData.PAGE_RANGE</code></dt> <dd>Print the range of pages specified by startPage and endPage</dd> <dt><code>PrinterData.SELECTION</code></dt> <dd>Print the current selection</dd> </dl>
@return the scope setting that the user selected