C# 클래스 AODL.ExternalExporter.PDF.PDFExporter

Summary for PDFExporter
상속: IExporter
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker

공개 메소드들

메소드 설명
Export ( AODL document, string filename ) : void

Exports the specified document.

PDFExporter ( ) : System

Initializes a new instance of the PDFExporter class.

메소드 상세

Export() 공개 메소드

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

PDFExporter() 공개 메소드

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