standard.hardCopy
Prints a screenshot of the current window
Syntax
ui.Interface.frontCall("standard", "hardCopy",
[pgsize], [result])
- pgsize - Pass "1" to adapt the screenshot to the page size.
- result - The execution status (
TRUE
=success,FALSE
=error).
Usage
The "hardCopy
" front call allows you to print a screenshot of the current
window.
The pgsize parameter is optional; either leave out, or enter "1" to indicate that the screenshot must be adapted to the page size.