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

상속: GhostscriptViewerFormatHandler
파일 보기 프로젝트 열기: jhabjan/Ghostscript.NET

공개 메소드들

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
OpenPsFile ( string path ) : void

메소드 상세

Dispose() 보호된 메소드

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

GhostscriptViewerPsFormatHandler() 공개 메소드

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

InitPage() 공개 메소드

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

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

Open() 공개 메소드

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

ShowPage() 공개 메소드

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

StdError() 공개 메소드

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

StdInput() 공개 메소드

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

StdOutput() 공개 메소드

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