Method | Description | |
---|---|---|
GhostscriptProcessorInternalStdIOHandler ( StdInputEventHandler input, StdOutputEventHandler output, StdErrorEventHandler error ) : System | ||
StdError ( string error ) : void | ||
StdIn ( string &input, int count ) : void | ||
StdOut ( string output ) : void |
public GhostscriptProcessorInternalStdIOHandler ( StdInputEventHandler input, StdOutputEventHandler output, StdErrorEventHandler error ) : System | ||
input | StdInputEventHandler | |
output | StdOutputEventHandler | |
error | StdErrorEventHandler | |
return | System |
public StdIn ( string &input, int count ) : void | ||
input | string | |
count | int | |
return | void |