C# Class Ghostscript.NET.GhostscriptPipedOutput

Represents a Ghostscript piped output.
Inheritance: IDisposable
Exibir arquivo Open project: jhabjan/Ghostscript.NET Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Releases all resources used by the Ghostscript.NET.GhostscriptPipedOutput instance.

GhostscriptPipedOutput ( ) : System

Initializes a new instance of the Ghostscript.NET.GhostscriptPipedOutput class.

ReadGhostscriptPipeOutput ( object state ) : void

Reads Ghostscript output.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Releases all resources used by the Ghostscript.NET.GhostscriptPipedOutput instance.

Method Details

Dispose() public method

Releases all resources used by the Ghostscript.NET.GhostscriptPipedOutput instance.
public Dispose ( ) : void
return void

Dispose() protected method

Releases all resources used by the Ghostscript.NET.GhostscriptPipedOutput instance.
protected Dispose ( bool disposing ) : void
disposing bool
return void

GhostscriptPipedOutput() public method

Initializes a new instance of the Ghostscript.NET.GhostscriptPipedOutput class.
public GhostscriptPipedOutput ( ) : System
return System

ReadGhostscriptPipeOutput() public method

Reads Ghostscript output.
public ReadGhostscriptPipeOutput ( object state ) : void
state object
return void