Property | Type | Description |
---|
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Execute ( string str ) : int | ||
GhostscriptViewerFormatHandler ( |
||
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 |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public GhostscriptViewerFormatHandler ( |
||
viewer | ||
return | System |
public abstract InitPage ( int pageNumber ) : void | ||
pageNumber | int | |
return | void |
public abstract Open ( string filePath ) : void | ||
filePath | string | |
return | void |
public abstract ShowPage ( int pageNumber ) : void | ||
pageNumber | int | |
return | void |
public abstract StdError ( string message ) : void | ||
message | string | |
return | void |
public abstract StdInput ( string &input, int count ) : void | ||
input | string | |
count | int | |
return | void |
public abstract StdOutput ( string message ) : void | ||
message | string | |
return | void |