C# Класс AODL.ExternalExporter.PDF.PDFExporter

Summary for PDFExporter
Наследование: IExporter
Показать файл Открыть проект

Открытые методы

Метод Описание
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