|
Save
Saves the current document to the specified file. qPrinter² will include any images and document items.
Syntax Object.Save (Filename As
String)
| Parameters | | Filename | The name and path of the file to save. |
Return Value Boolean
Example qPrint.Document.Save App.Path & "\Documents\MyFile.qdc"
See Also: Load
|