Class ExportType
Specifies the Export Type
Inheritance
System.Object
ExportType
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ExportType : Enum
Fields
JPEG
Specifies the JPEG Export Type.
Declaration
public const ExportType JPEG
Field Value
Type |
---|
ExportType |
Specifies the PDF Export Type.
Declaration
public const ExportType PDF
Field Value
Type |
---|
ExportType |
PNG
Specifies the PNG Export Type.
Declaration
public const ExportType PNG
Field Value
Type |
---|
ExportType |
SVG
Specifies the SVG Export Type.
Declaration
public const ExportType SVG
Field Value
Type |
---|
ExportType |