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

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

공개 메소드들

메소드 설명
GhostscriptViewerStdIOHandler ( GhostscriptViewer viewer, GhostscriptViewerFormatHandler formatHandler ) : System
StdError ( string error ) : void
StdIn ( string &input, int count ) : void
StdOut ( string output ) : void

메소드 상세

GhostscriptViewerStdIOHandler() 공개 메소드

public GhostscriptViewerStdIOHandler ( GhostscriptViewer viewer, GhostscriptViewerFormatHandler formatHandler ) : System
viewer GhostscriptViewer
formatHandler GhostscriptViewerFormatHandler
리턴 System

StdError() 공개 메소드

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

StdIn() 공개 메소드

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

StdOut() 공개 메소드

public StdOut ( string output ) : void
output string
리턴 void