Search
ImageExporter.Scale Property
See Also
 





Gets or sets a scale factor for the exported image.

Namespace: MindFusion.Reporting.Export
Assembly: MindFusion.Reporting

 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 factor.

 Remarks

A value of 1 indicates that the scale of the exported image will be unchanged.

 See Also