Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Uses the current print template to start a print job.
Syntax
var retval = TemplatePrinter.startDoc(bstrTitle);
Parameters
bstrTitle [in]
Type: BSTRA String that specifies the title of the print job.
Return value
Type: Boolean
Boolean. Returns one of the following values.
Return value | Description |
---|---|
false | Print job has started. |
true | Print job has failed to start. |
Remarks
See the TEMPLATEPRINTER reference page for an example using the startDoc method.