PrinterData.scope_

the scope of the print job, expressed as one of the following values: <dl> <dt><code>ALL_PAGES</code></dt> <dd>Print all pages in the current document</dd> <dt><code>PAGE_RANGE</code></dt> <dd>Print the range of pages specified by startPage and endPage</dd> <dt><code>SELECTION</code></dt> <dd>Print the current selection</dd> </dl>

class PrinterData
int scope_;

Meta