Gets or sets the scale of the PDF output relatively to the original on-screen size of the diagram.
Namespace: MindFusion.Diagramming.Export
Package: MindFusion.Diagramming.Export.Pdf
C# Copy Code |
---|
public float Scale { get; set; } |
Visual Basic Copy Code |
---|
Public Property Scale As Single |
A float value specifying the scale as percent of the original size. The default is 100.
This value is used only if AutoScale is disabled.