Class DiagramExportFormat
File Format type for export.
Inheritance
System.Object
    DiagramExportFormat
  Namespace: Syncfusion.Blazor.Diagram
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class DiagramExportFormat : EnumExamples
<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 JPEGField Value
| Type | 
|---|
| DiagramExportFormat | 
PNG
Save the file in PNG Format
Declaration
public const DiagramExportFormat PNGField Value
| Type | 
|---|
| DiagramExportFormat | 
SVG
Save the file in SVG Format
Declaration
public const DiagramExportFormat SVGField Value
| Type | 
|---|
| DiagramExportFormat |