B-3
Cisco Interactive Experience Client 4600 Series User Guide
Appendix B Printers
Printer Implementation
Table B-1
global.printer Variables
Variable
Description
collateCopies
Contains true if collation is turned on when multiple copies is
selected. Contains false if it is turned off when multiple copies is
selected. When collating is turned off the printing of each individual
page will be repeated the numCopies amount before the next page
is started. With collating turned on all pages are printed before the
next copy of those pages is started.
colorCount
Contains the number of different colors available for the printer
colorMode
Contains the current color mode
copyCount
Contains the number of copies that will be printed: The default
value is 1.
doubleSidedPrinting
Contains true if double side printing is enabled
duplex
Contains the current duplex mode
fontEmbeddingEnabled
Contains true if font embedding is enabled
fromPage
Contains the number of the first page in a range of pages to be
printed. Pages in a document are numbered according to the
convention that the first page is page 1. By default, this attribute
contains a special value of 0, meaning that the "from page" setting
is unset. This is read-only attribute. Use the setFromTo() method to
set page range.
toPage
Contains the number of the last page in a range of pages to be
printed. Pages in a document are numbered according to the
convention that the first page is page 1. By default, this attribute
contains a special value of 0, meaning that the "to page" setting is
unset. This is a read-only attribute. Use the setFromTo() method to
set page range.
fullPage
Contains true if the origin of the printer's coordinate system is at the
corner of the page and false if it is at the edge of the printable area
widthMM
Contains the width of printing area in millimeters
heightMM
Contains the height of printing area in millimeters
isValid
Contains true if the printer currently selected is a valid printer in the
system
name
Contains the printer name
orientation
Contains the orientation setting
pageOrder
Contains the current page order
paperSize
Contains the printer paper size
paperSource
Contains the printer's paper source
printerState
Contains the current state of the printer: This may not always be
accurate (for example if the printer doesn't have the capability of
reporting its state to the operating system).
resolution
Contains the current assumed resolution of the printer
supportedResolutions
Contains a list of the resolutions (a list of dots-per-inch integers)
that the printer says it supports