PostScriptDevice.startJob
bool startJob(string filename, int pagecount = 0,
PageFormat format = PageFormat.A4, PageLayout layout = PageLayout.PORTRAIT)Starts a PostScript output job to a file.
Parameters
filename | Output filename |
pagecount | Number of pages (0 for unknown) |
format | Paper format (default: A4) |
layout | Page layout (default: PORTRAIT) |
Returns
true if job started successfully, false on error