C# 클래스 PDFExport.PDFExporter

파일 보기 프로젝트 열기: gbaychev/NClass 1 사용 예제들

공개 메소드들

메소드 설명
Export ( ) : void

Exports the given diagram into a PDF. The PDF is saved at the location given in fileName. If selectedOnly is true, only the selected elements of the diagram get exported.

PDFExporter ( string fileName, IDocument nclassDocument, bool selectedOnly, Padding padding ) : System

Initializes a new instance of PDFExporter.

메소드 상세

Export() 공개 메소드

Exports the given diagram into a PDF. The PDF is saved at the location given in fileName. If selectedOnly is true, only the selected elements of the diagram get exported.
public Export ( ) : void
리턴 void

PDFExporter() 공개 메소드

Initializes a new instance of PDFExporter.
public PDFExporter ( string fileName, IDocument nclassDocument, bool selectedOnly, Padding padding ) : System
fileName string The location where to save the created PDF.
nclassDocument IDocument The diagram to export to the PDF.
selectedOnly bool True if only the selected elements should be exported.
padding Padding The size of the border arround the diagram.
리턴 System