JVCL Help:TJvTFPrinter.SaveDocToFiles
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTFPrinter.SaveDocToFiles Method
[+] TJvTFPrinter Events
[+] TJvTFPrinter Fields
[+] TJvTFPrinter Methods
[+] TJvTFPrinter Properties
Search in JVCL Help
Search in all projectsSummary
Save the document's pages to file.
Pascal
procedureSaveDocToFiles(BaseFileName: TFileName);
Parameters
Parameters | Description |
BaseFileName: TFileName | The base filename for the files to create. |
Description
Use this method to save each of the page images as separate emf files. Printer will append an underscore "_" and the page number, along with the emf extension to each file it saves. For example, if there are three pages and you set BaseFileName to 'c:simplschedule' the following files will be produced: c:simplschedule_1.emf
c:simplschedule_2.emf c:simplschedule_3.emf
You can access each page as a TMetafile via the Pages property.
See Also
TJvTFPrinter.Pages, TJvTFPrinter.Print
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page