Common Reference > Document Class > SaveEps Method > (String,Int32,Boolean,String)

Document.SaveEps Method (String,Int32,Boolean,String)

Save a document page to named file as Encapsulated PostScript.

public void SaveEps(
    string filename,
    int page,
    bool forceMonochrome,
    string prologue
);
filename
Name of output file.
page
Page to display (defaults to 1).
forceMonochrome
Disable color support (defaults to false).
prologue
Arbitrary PostScript code to include before page.

See also ...

Document.Members | Document.SaveEps Method


Send comments on this topic
© Dyalog Ltd 2021