C# Class Ghostscript.NET.GhostscriptPipedOutput

Represents a Ghostscript piped output.
Inheritance: IDisposable
Afficher le fichier Open project: jhabjan/Ghostscript.NET Class Usage Examples

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

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

Method Details

Dispose() public méthode

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

Dispose() protected méthode

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

GhostscriptPipedOutput() public méthode

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

ReadGhostscriptPipeOutput() public méthode

Reads Ghostscript output.
public ReadGhostscriptPipeOutput ( object state ) : void
state object
Résultat void