Method | Description | |
---|---|---|
Dispose ( ) : void |
Releases all resources used by the Ghostscript.NET.GhostscriptInterpreter instance.
|
|
GhostscriptInterpreter ( ) : System |
Initializes a new instance of the Ghostscript.NET.GhostscriptInterpreter class.
|
|
GhostscriptInterpreter ( GhostscriptVersionInfo version ) : System |
Initializes a new instance of the Ghostscript.NET.GhostscriptInterpreter class.
|
|
GhostscriptInterpreter ( GhostscriptVersionInfo version, bool fromMemory ) : System |
Initializes a new instance of the Ghostscript.NET.GhostscriptInterpreter class.
|
|
GhostscriptInterpreter ( byte library ) : System |
Initializes a new instance of the Ghostscript.NET.GhostscriptInterpreter class.
|
|
InitArgs ( string args ) : void |
Initializes the interpreter.
|
|
Run ( string str ) : int |
Runs a string.
|
|
RunFile ( string path ) : void |
Runs a PostScript file.
|
|
Setup ( GhostscriptStdIO stdIO, GhostscriptDisplayDeviceHandler displayDevice ) : void |
Sets the stdio and display device callback handlers.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases all resources used by the Ghostscript.NET.GhostscriptInterpreter instance.
|
Method | Description | |
---|---|---|
Initialize ( ) : void |
Initializes a new instance of Ghostscript interpreter.
|
public GhostscriptInterpreter ( GhostscriptVersionInfo version ) : System | ||
version | GhostscriptVersionInfo | GhostscriptVersionInfo instance that tells which Ghostscript library to use. |
return | System |
public GhostscriptInterpreter ( GhostscriptVersionInfo version, bool fromMemory ) : System | ||
version | GhostscriptVersionInfo | GhostscriptVersionInfo instance that tells which Ghostscript library to use. |
fromMemory | bool | Tells if the Ghostscript should be loaded from the memory or directly from the disk. |
return | System |
public GhostscriptInterpreter ( byte library ) : System | ||
library | byte | Memory buffer representing native Ghostscript library. |
return | System |
public Setup ( GhostscriptStdIO stdIO, GhostscriptDisplayDeviceHandler displayDevice ) : void | ||
stdIO | GhostscriptStdIO | Stdio callback handler. |
displayDevice | GhostscriptDisplayDeviceHandler | DisplayDevice callback handler. |
return | void |