Class ExportType
Specifies the export type for the rendered map.
Inheritance
System.Object
ExportType
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ExportType : Enum
Fields
JPEG
Specifies the rendered map to be exported in the JPEG format.
Declaration
public const ExportType JPEG
Field Value
Type |
---|
ExportType |
Specifies the rendered map to be exported in the PDF format.
Declaration
public const ExportType PDF
Field Value
Type |
---|
ExportType |
PNG
Specifies the rendered map to be exported in the PNG format.
Declaration
public const ExportType PNG
Field Value
Type |
---|
ExportType |
SVG
Specifies the rendered map to be exported in the SVG format.
Declaration
public const ExportType SVG
Field Value
Type |
---|
ExportType |