C# Class Ghostscript.NET.Viewer.GhostscriptViewerFormatHandler

Inheritance: IDisposable
显示文件 Open project: jhabjan/Ghostscript.NET Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Dispose ( ) : void
Execute ( string str ) : int
GhostscriptViewerFormatHandler ( 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Execute() public method

public Execute ( string str ) : int
str string
return int

GhostscriptViewerFormatHandler() public method

public GhostscriptViewerFormatHandler ( GhostscriptViewer viewer ) : System
viewer GhostscriptViewer
return System

InitPage() public abstract method

public abstract InitPage ( int pageNumber ) : void
pageNumber int
return void

Initialize() public abstract method

public abstract Initialize ( ) : void
return void

Open() public abstract method

public abstract Open ( string filePath ) : void
filePath string
return void

ShowPage() public abstract method

public abstract ShowPage ( int pageNumber ) : void
pageNumber int
return void

StdError() public abstract method

public abstract StdError ( string message ) : void
message string
return void

StdInput() public abstract method

public abstract StdInput ( string &input, int count ) : void
input string
count int
return void

StdOutput() public abstract method

public abstract StdOutput ( string message ) : void
message string
return void