SharpLeaf Reference > SharpLeaf Methods > RenderPS Method > (Boolean,String) SharpLeaf.RenderPS Method (Boolean,String)
Return report 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
- Report as PostScript.
See also ...SharpLeaf Members | SharpLeaf.RenderPS Method
Send comments on this topic © Dyalog Ltd 2021
|