Description
Starts a printing session.
Syntax
status = Print_Init(mode, jobtitle, handle)
Parameters
The Print_Init function has the following parameters:
Parameter | Description | ||||||
---|---|---|---|---|---|---|---|
mode |
| ||||||
jobtitle | The print job title to appear in Print Manager. | ||||||
handle | Handle of the owner window. |
Returns
True for successful execution or False for failure.
See also
Example
* Sends the print job name to Print Manager. hwnd = Get_Property(@Window, 'HANDLE') stat = Print_Init(0,"Test Document", hwnd)