Search
PdfExporter.Scale Property
See Also
 





Gets or sets the scale of the PDF output relatively to the original on-screen size of the diagram.

Namespace: MindFusion.Diagramming.Export
Assembly: MindFusion.Diagramming.Export.Pdf

 Syntax

C#  Copy Code

public float Scale { get; set; }

Visual Basic  Copy Code

Public Property Scale As Single

 Property Value

A float value specifying the scale as percentage of the original size. The default is 100.

 Remarks

This value is used only if AutoScale is disabled.

 See Also