Common Reference > Document Class > RenderEps Method > (Int32,Boolean) Document.RenderEps Method (Int32,Boolean)
Return specified document page as EPS with monochrome switch.
public string RenderEps(
int page,
bool forceMonochrome
);
-
page
- Page to render (defaults to 1).
-
forceMonochrome
- Disable color support (defaults to false).
-
return value
- Document as Encapsulated PostScript.
See also ...Document.Members | Document.RenderEps Method
Send comments on this topic © Dyalog Ltd 2021
|