C# 클래스 Pedamorf.Library.ConversionEngine

상속: IDisposable
파일 보기 프로젝트 열기: bradyholt/pedamorf 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
s_logger Logger

공개 메소드들

메소드 설명
AddFileToSweep ( string filePath ) : void
ConvertToPdf ( ConversionOptions options ) : void
Dispose ( ) : void

보호된 메소드들

메소드 설명
Convert ( ConversionOptions options ) : void
EnsureContentUnpacked ( string contentPackFile ) : void

비공개 메소드들

메소드 설명
ConversionEngine ( ) : System

메소드 상세

AddFileToSweep() 공개 메소드

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

Convert() 보호된 추상적인 메소드

protected abstract Convert ( ConversionOptions options ) : void
options ConversionOptions
리턴 void

ConvertToPdf() 공개 메소드

public ConvertToPdf ( ConversionOptions options ) : void
options ConversionOptions
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EnsureContentUnpacked() 보호된 정적인 메소드

protected static EnsureContentUnpacked ( string contentPackFile ) : void
contentPackFile string
리턴 void

프로퍼티 상세

s_logger 보호되어 있는 정적으로 프로퍼티

protected static Logger s_logger
리턴 Logger