C# 클래스 AODL.ExternalExporter.PDF.Document.PDFDocument

Zusammenfassung f�r PDFDocument.
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 메소드들

메소드 설명
DoExport ( IDocument document, string fileName ) : void

Does the export.

PDFDocument ( ) : System

Initializes a new instance of the PDFDocument class.

비공개 메소드들

메소드 설명
CreatePDFDocument ( string filename ) : void

Creates the PDF document.

LoadDefaultStyles ( IDocument document ) : void

Loads the default styles.

메소드 상세

DoExport() 공개 메소드

Does the export.
public DoExport ( IDocument document, string fileName ) : void
document IDocument The document.
fileName string Name of the file.
리턴 void

PDFDocument() 공개 메소드

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