PrintDialog.setScope

Sets the scope of the print job. The user will see this setting when the dialog is opened. This can have 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>

@param scope the scope setting when the dialog is opened

class PrintDialog
void
setScope
(
int scope_
)

Meta