Search
ImageExporter.EnableObjects Property
See Also
 






Gets or sets a value indicating whether to export drawing objects.

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

 Syntax

C#  Copy Code

public bool EnableObjects { get; set; }

Visual Basic  Copy Code

Public Property EnableObjects As Boolean

 Property Value

true to export drawing objects, such as pictures and charts; otherwise, false. The default is true.

 See Also