CLASS jsPrinter

jsPrinter is a nonvisual class encapsulating basic Printer functionality.

Syntax
[<oRef> =] new jsPrinter(<oParent> [,<cName>])
<oRef>
Object reference (typically a property member of <oParent>) which points to the newly created jsPrinter object.
<oParent>
Object reference to the parent object. If storing the object reference in a simple variable, this parameter should be set to null.
<cName>
Optional name for the jsPrinter object. If cName is not specified, a default name will be assigned.

Class Members
The jsPrinter class is subclassed from the js_WinMemString class. Consult the documentation for the js_WinMemString class for a description of the js_WinMemString class members (properties and methods).

Click the links in the left frame to view the Property Members, and Method Members which are unique to the jsPrinter class.