Search
ImageExporter.EnableZoom Property
See Also
 






Gets or sets a value indicating whether to take into consideration the worksheet's zoom factor.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public bool EnableZoom { get; set; }

Visual Basic  Copy Code

Public Property EnableZoom As Boolean

 Property Value

A boolean value.

 See Also