C# 클래스 PDFBinder.Combiner

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

공개 메소드들

메소드 설명
AddFile ( string fileName ) : void
Combiner ( string outputFilePath ) : System
Dispose ( ) : void
TestSourceFile ( string fileName ) : SourceTestResult

메소드 상세

AddFile() 공개 메소드

public AddFile ( string fileName ) : void
fileName string
리턴 void

Combiner() 공개 메소드

public Combiner ( string outputFilePath ) : System
outputFilePath string
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

TestSourceFile() 공개 정적인 메소드

public static TestSourceFile ( string fileName ) : SourceTestResult
fileName string
리턴 SourceTestResult