Specifies the auto-scale mode when exporting to a PDF document.
Namespace: MindFusion.Diagramming.Wpf.Export
Assembly: MindFusion.Diagramming.Wpf.PdfExport
C# Copy Code |
---|
public enum AutoScale |
Visual Basic Copy Code |
---|
Public Enum AutoScale |
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. |