Common Reference > Document Class > RenderPS Method > (Boolean,String) Document.RenderPS Method (Boolean,String)
Return document rendered as raw PostScript.
public string RenderPS(
bool forceMonochrome,
string prologue
);
-
forceMonochrome
- Disable color support (defaults to false).
-
prologue
- Arbitrary PostScript code to include before first page.
-
return value
- Document as PostScript.
See also ...Document.Members | Document.RenderPS Method
Send comments on this topic © Dyalog Ltd 2021
|