ASP.NET Pack Programmer's Guide
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
Package: 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 percent of the original size. The default is 100.

 Remarks

This value is used only if AutoScale is disabled.

 See Also

PdfExporter Members
PdfExporter Class
MindFusion.Diagramming.Export Namespace