Common Reference > Document Class > SaveEps Method > (String,Int32,Boolean) Document.SaveEps Method (String,Int32,Boolean)
Save document page as EPS with monochrome switch.
public void SaveEps(
string filename,
int page,
bool forceMonochrome
);
-
filename
- Name of output file.
-
page
- Page to display (defaults to 1).
-
forceMonochrome
- Disable color support (defaults to false).
See also ...Document.Members | Document.SaveEps Method
Send comments on this topic © Dyalog Ltd 2021
|