C# Class AODL.ExternalExporter.PDF.PDFExporter

Summary for PDFExporter
Inheritance: IExporter
Afficher le fichier Open project: monsterlabs/HumanRightsTracker

Méthodes publiques

Méthode 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 méthode

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

PDFExporter() public méthode

Initializes a new instance of the PDFExporter class.
public PDFExporter ( ) : System
Résultat System