Search
ImageExporter.ImageFormat Property
See Also
 






Gets or sets the format of the created image.

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

 Syntax

C#  Copy Code

public ImageFormat ImageFormat { get; set; }

Visual Basic  Copy Code

Public Property ImageFormat As ImageFormat

 Property Value

An instance of the .NET ImageFormat class. The default is Png.

 See Also