C# Class Ghostscript.NET.Viewer.GhostscriptViewerPsFormatHandler

Inheritance: GhostscriptViewerFormatHandler
Afficher le fichier Open project: jhabjan/Ghostscript.NET

Méthodes publiques

Méthode Description
GhostscriptViewerPsFormatHandler ( GhostscriptViewer viewer ) : System
InitPage ( int pageNumber ) : void
Initialize ( ) : void
Open ( string filePath ) : void
ShowPage ( int pageNumber ) : void
StdError ( string message ) : void
StdInput ( string &input, int count ) : void
StdOutput ( string message ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
OpenPsFile ( string path ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GhostscriptViewerPsFormatHandler() public méthode

public GhostscriptViewerPsFormatHandler ( GhostscriptViewer viewer ) : System
viewer GhostscriptViewer
Résultat System

InitPage() public méthode

public InitPage ( int pageNumber ) : void
pageNumber int
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Open() public méthode

public Open ( string filePath ) : void
filePath string
Résultat void

ShowPage() public méthode

public ShowPage ( int pageNumber ) : void
pageNumber int
Résultat void

StdError() public méthode

public StdError ( string message ) : void
message string
Résultat void

StdInput() public méthode

public StdInput ( string &input, int count ) : void
input string
count int
Résultat void

StdOutput() public méthode

public StdOutput ( string message ) : void
message string
Résultat void