Class ExportType
Defines the export file format. PNG - export the image file format as png. JPEG - export the image file format as jpeg.
Inheritance
System.Object
ExportType
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ExportType : Enum
Fields
JPEG
JPEG - export the image file format as jpeg.
Declaration
public const ExportType JPEG
Field Value
Type | Description |
---|---|
ExportType |
PDF - export the image file format as pdf.
Declaration
public const ExportType PDF
Field Value
Type | Description |
---|---|
ExportType |
PNG
PNG - export the image file format as png.
Declaration
public const ExportType PNG
Field Value
Type | Description |
---|---|
ExportType |
Print - export the image file format as print.
Declaration
public const ExportType Print
Field Value
Type | Description |
---|---|
ExportType |
SVG
SVG - export the image file format as svg.
Declaration
public const ExportType SVG
Field Value
Type | Description |
---|---|
ExportType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |