MindFusion.Wpf Pack Programmer's Guide
PdfExporter.AutoScale Property
See Also
 





Specifies whether the diagram should be scaled to fit one or more pages of the PDF document.

Namespace: MindFusion.Diagramming.Wpf.Export
Assembly: MindFusion.Diagramming.Wpf.PdfExport

 Syntax

C#  Copy Code

public AutoScale AutoScale { get; set; }

Visual Basic  Copy Code

Public Property AutoScale As AutoScale

 Property Value

A member of the AutoScale enumeration. The default is None.

 Remarks

By default, the original scale of the diagram is preserved and the diagram is divided into multiple pages if needed. This property lets you scale the diagram so that it exactly fits in one or more pages.

 See Also

PdfExporter Members
PdfExporter Class
MindFusion.Diagramming.Wpf.Export Namespace