C# 클래스 Ghostscript.NET.GhostscriptPipedOutput

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

공개 메소드들

메소드 설명
Dispose ( ) : void

Releases all resources used by the Ghostscript.NET.GhostscriptPipedOutput instance.

GhostscriptPipedOutput ( ) : System

Initializes a new instance of the Ghostscript.NET.GhostscriptPipedOutput class.

ReadGhostscriptPipeOutput ( object state ) : void

Reads Ghostscript output.

보호된 메소드들

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

Releases all resources used by the Ghostscript.NET.GhostscriptPipedOutput instance.

메소드 상세

Dispose() 공개 메소드

Releases all resources used by the Ghostscript.NET.GhostscriptPipedOutput instance.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Releases all resources used by the Ghostscript.NET.GhostscriptPipedOutput instance.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GhostscriptPipedOutput() 공개 메소드

Initializes a new instance of the Ghostscript.NET.GhostscriptPipedOutput class.
public GhostscriptPipedOutput ( ) : System
리턴 System

ReadGhostscriptPipeOutput() 공개 메소드

Reads Ghostscript output.
public ReadGhostscriptPipeOutput ( object state ) : void
state object
리턴 void