C# 클래스 Ghostscript.NET.Viewer.GhostscriptViewerFormatHandler

상속: IDisposable
파일 보기 프로젝트 열기: jhabjan/Ghostscript.NET 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Execute() 공개 메소드

public Execute ( string str ) : int
str string
리턴 int

GhostscriptViewerFormatHandler() 공개 메소드

public GhostscriptViewerFormatHandler ( GhostscriptViewer viewer ) : System
viewer GhostscriptViewer
리턴 System

InitPage() 공개 추상적인 메소드

public abstract InitPage ( int pageNumber ) : void
pageNumber int
리턴 void

Initialize() 공개 추상적인 메소드

public abstract Initialize ( ) : void
리턴 void

Open() 공개 추상적인 메소드

public abstract Open ( string filePath ) : void
filePath string
리턴 void

ShowPage() 공개 추상적인 메소드

public abstract ShowPage ( int pageNumber ) : void
pageNumber int
리턴 void

StdError() 공개 추상적인 메소드

public abstract StdError ( string message ) : void
message string
리턴 void

StdInput() 공개 추상적인 메소드

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

StdOutput() 공개 추상적인 메소드

public abstract StdOutput ( string message ) : void
message string
리턴 void