PrintOut
Prints a document to a specified printer without calling the common Print dialog box, or to the default printer if none is specified. See Print a Document.
Syntax
bRet = KeyView.PrintOut(Printer)
Parameters
Parameter | Type | Description |
---|---|---|
Printer
|
String |
The name of the printer to use. If the string is empty, the default printer is used. An example of a valid string value is
|
Returns
Type | Description |
---|---|
Boolean |
|