Print_Init function

Starts a printing session.

status = Print_Init(mode, jobtitle, handle)

The Print_Init function has the following parameters:

ParameterDescription
modeValue - Description
0 - Default printer.
1 - Displays the Print dialog box and lets you choose the printer.
jobtitleThe print job title to appear in Print Manager.
handleHandle of the owner window.

True for successful execution or False for failure.

* Sends the print job name to Print Manager.
hwnd = Get_Property(@Window, 'HANDLE')
stat = Print_Init(0,"Test Document", hwnd)
  • guides/programming/programmers_reference_manual/print_init.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1