C# Class AODL.ExternalExporter.PDF.PDFExporter

Summary for PDFExporter
Inheritance: IExporter
Show file Open project: monsterlabs/HumanRightsTracker

Public Methods

Method Description
Export ( AODL document, string filename ) : void

Exports the specified document.

PDFExporter ( ) : System

Initializes a new instance of the PDFExporter class.

Method Details

Export() public method

Exports the specified document.
public Export ( AODL document, string filename ) : void
document AODL The document.
filename string The filename.
return void

PDFExporter() public method

Initializes a new instance of the PDFExporter class.
public PDFExporter ( ) : System
return System