showPrintDialog method
Displays the Print dialog box.
Syntax
var retval = TemplatePrinter.showPrintDialog();Parameters
This method has no parameters.
Return value
Type: Boolean
Boolean. Returns one of the following values.
| Return value | Description |
|---|---|
|
User closed the Print dialog box with the Cancel button. |
|
User closed the Print dialog box with the OK button. |
See also
Show: