Gets or sets the format of the created image.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public ImageFormat ImageFormat { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ImageFormat As ImageFormat |
An instance of the .NET ImageFormat class. The default is Png.
See Also