C# 클래스 Ghostscript.NET.GhostscriptDevice

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetSwitches ( ) : string[]
GhostscriptDevice ( ) : System
Process ( ) : void
Process ( GhostscriptStdIO stdIO_callback ) : void
Process ( GhostscriptVersionInfo ghostscriptVersion, bool fromMemory, GhostscriptStdIO stdIO_callback ) : void

메소드 상세

GetSwitches() 공개 메소드

public GetSwitches ( ) : string[]
리턴 string[]

GhostscriptDevice() 공개 메소드

public GhostscriptDevice ( ) : System
리턴 System

Process() 공개 메소드

public Process ( ) : void
리턴 void

Process() 공개 메소드

public Process ( GhostscriptStdIO stdIO_callback ) : void
stdIO_callback GhostscriptStdIO
리턴 void

Process() 공개 메소드

public Process ( GhostscriptVersionInfo ghostscriptVersion, bool fromMemory, GhostscriptStdIO stdIO_callback ) : void
ghostscriptVersion GhostscriptVersionInfo
fromMemory bool
stdIO_callback GhostscriptStdIO
리턴 void