Method | Description | |
---|---|---|
Dispose ( ) : void | ||
GhostscriptProcessor ( ) : System | ||
GhostscriptProcessor ( GhostscriptLibrary library, bool processorOwnsLibrary = false ) : System | ||
GhostscriptProcessor ( GhostscriptVersionInfo version ) : System | ||
GhostscriptProcessor ( GhostscriptVersionInfo version, bool fromMemory ) : System | ||
GhostscriptProcessor ( byte library ) : System | ||
Process ( GhostscriptDevice device ) : void | ||
Process ( GhostscriptDevice device, GhostscriptStdIO stdIO_callback ) : void | ||
Process ( string args ) : void | ||
Process ( string args, GhostscriptStdIO stdIO_callback ) : void | ||
StartProcessing ( GhostscriptDevice device, GhostscriptStdIO stdIO_callback ) : void | ||
StartProcessing ( string args, GhostscriptStdIO stdIO_callback ) : void |
Run Ghostscript.
|
|
StopProcessing ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
OnCompleted ( |
||
OnError ( |
||
OnProcessing ( |
||
OnStarted ( |
Method | Description | |
---|---|---|
OnStdIoError ( string error ) : void | ||
OnStdIoInput ( string &input, int count ) : void | ||
OnStdIoOutput ( string output ) : void | ||
Pool ( |
||
ProcessErrorLine ( string line ) : void | ||
ProcessOutputLine ( string line ) : void |
public GhostscriptProcessor ( GhostscriptLibrary library, bool processorOwnsLibrary = false ) : System | ||
library | GhostscriptLibrary | |
processorOwnsLibrary | bool | |
return | System |
public GhostscriptProcessor ( GhostscriptVersionInfo version ) : System | ||
version | GhostscriptVersionInfo | |
return | System |
public GhostscriptProcessor ( GhostscriptVersionInfo version, bool fromMemory ) : System | ||
version | GhostscriptVersionInfo | |
fromMemory | bool | |
return | System |
public GhostscriptProcessor ( byte library ) : System | ||
library | byte | |
return | System |
protected OnCompleted ( |
||
e | ||
return | void |
protected OnError ( |
||
e | ||
return | void |
protected OnProcessing ( |
||
e | ||
return | void |
protected OnStarted ( |
||
e | ||
return | void |
public Process ( GhostscriptDevice device ) : void | ||
device | GhostscriptDevice | |
return | void |
public Process ( GhostscriptDevice device, GhostscriptStdIO stdIO_callback ) : void | ||
device | GhostscriptDevice | |
stdIO_callback | GhostscriptStdIO | |
return | void |
public Process ( string args, GhostscriptStdIO stdIO_callback ) : void | ||
args | string | |
stdIO_callback | GhostscriptStdIO | |
return | void |
public StartProcessing ( GhostscriptDevice device, GhostscriptStdIO stdIO_callback ) : void | ||
device | GhostscriptDevice | |
stdIO_callback | GhostscriptStdIO | |
return | void |
public StartProcessing ( string args, GhostscriptStdIO stdIO_callback ) : void | ||
args | string | Command arguments |
stdIO_callback | GhostscriptStdIO | StdIO callback, can be set to null if you dont want to handle it. |
return | void |