Class ExportType
Defines the export type of the rendered linear gauge.
Inheritance
System.Object
ExportType
Namespace: Syncfusion.Blazor.LinearGauge
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ExportType : Enum
Fields
JPEG
Specifies the rendered linear gauge to be exported as JPEG format.
Declaration
public const ExportType JPEG
Field Value
Type |
---|
ExportType |
Specifies the rendered linear gauge to be exported as PDF format.
Declaration
public const ExportType PDF
Field Value
Type |
---|
ExportType |
PNG
Specifies the rendered linear gauge to be exported as PNG format.
Declaration
public const ExportType PNG
Field Value
Type |
---|
ExportType |
SVG
Specifies the rendered linear gauge to be exported as SVG format.
Declaration
public const ExportType SVG
Field Value
Type |
---|
ExportType |