C# Class PDFBinder.Combiner

Inheritance: IDisposable
Mostra file Open project: schourode/pdfbinder Class Usage Examples

Public Methods

Method Description
AddFile ( string fileName ) : void
Combiner ( string outputFilePath ) : System
Dispose ( ) : void
TestSourceFile ( string fileName ) : SourceTestResult

Method Details

AddFile() public method

public AddFile ( string fileName ) : void
fileName string
return void

Combiner() public method

public Combiner ( string outputFilePath ) : System
outputFilePath string
return System

Dispose() public method

public Dispose ( ) : void
return void

TestSourceFile() public static method

public static TestSourceFile ( string fileName ) : SourceTestResult
fileName string
return SourceTestResult