Gets or sets a value indicating whether to export pictures.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool EnablePictures { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property EnablePictures As Boolean |
true to export the pictures; otherwise, false. The default is true.
See Also