Creates a PDF file representing the specified MindFusion.Diagramming diagram.
Namespace: MindFusion.Diagramming.Export
Assembly: MindFusion.Diagramming.Export.Pdf
SyntaxC#
Copy Code
|
|---|
public void Export ( |
Visual Basic
Copy Code
|
|---|
Public Sub Export( _ |
A reference to the diagram that will be exported.
The full path to the PDF file.
RemarksBy default, PdfExporter preserves the original scale of the diagram. If Bounds can not fit in a single page of size PageSize, the exported diagram is divided into multiple pages. The AutoScale property allows scaling the diagram so that it exactly fits in one or more pages.
See Also