Common Reference > Document Class > SavePS Method > (String,Boolean,String) Document.SavePS Method (String,Boolean,String)
Save document to named file as raw PostScript.
public void SavePS(
string filename,
bool forceMonochrome,
string prologue
);
-
filename
- Name of output file.
-
forceMonochrome
- Disable color support (defaults to false).
-
prologue
- Arbitrary PostScript code to include before first page.
See also ...Document.Members | Document.SavePS Method
Send comments on this topic © Dyalog Ltd 2021
|