Class DiagramExportFormat
File Format type for export.
Inheritance
System.Object
DiagramExportFormat
Namespace: Syncfusion.Blazor.Diagram
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class DiagramExportFormat : Enum
Examples
<SfDiagramComponent>
<PageSettings Width="500px" Height="400px" @bind-Orientation="PageOrientation.Landscape" />
</SfDiagramComponent>
@code
{
DiagramExportFormat format = DiagramExportFormat.PNG;
}
Fields
JPEG
Save the file in JPG Format
Declaration
public const DiagramExportFormat JPEG
Field Value
Type |
---|
DiagramExportFormat |
PNG
Save the file in PNG Format
Declaration
public const DiagramExportFormat PNG
Field Value
Type |
---|
DiagramExportFormat |
SVG
Save the file in SVG Format
Declaration
public const DiagramExportFormat SVG
Field Value
Type |
---|
DiagramExportFormat |