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

Document.RenderEps Method (Int32,Boolean,String)

Return a document page rendered as Encapsulated PostScript.

public string RenderEps(
    int page,
    bool forceMonochrome,
    string prologue
);
page
Page to render (defaults to 1).
forceMonochrome
Disable color support (defaults to false).
prologue
Arbitrary PostScript code to include before page.
return value
Document as Encapsulated PostScript.

See also ...

Document.Members | Document.RenderEps Method


Send comments on this topic
© Dyalog Ltd 2021