Search
HtmlExporterBase.EnablePictures Property
See Also
 






Gets or sets a value indicating whether to export pictures.

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

 Syntax

C#  Copy Code

public bool EnablePictures { get; set; }

Visual Basic  Copy Code

Public Property EnablePictures As Boolean

 Property Value

true to export the pictures; otherwise, false. The default is true.

 See Also