MindFusion.Wpf Pack Programmer's Guide
AutoScale Enumeration
See Also
 





Specifies the auto-scale mode when exporting to a PDF document.

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

 Syntax

C#  Copy Code

public enum AutoScale

Visual Basic  Copy Code

Public Enum AutoScale

 Members

  Member name Description

FitToPage

Scales the chart (aspect ratio is preserved) to fit the page bounds if the document is too large.

FitToPageNoUpScale

Scales down the chart (aspect ratio is preserved) to fit the page bounds if the document is too large. Otherwise chart's size is left untouched.

FitToWidth

Scales down the chart (aspect ratio is preserved) to make sure that the width of the chart is less than the width of the PDF page.

None

No automatic scaling.

 See Also

MindFusion.Diagramming.Wpf.Export Namespace