Enum DiagramExportFormat
File Format type for export.
Namespace: Syncfusion.Blazor.Diagram
Assembly: Syncfusion.Blazor.dll
Syntax
public enum DiagramExportFormat
Examples
<SfDiagramComponent>
<PageSettings Width="500px" Height="400px" @bind-Orientation="PageOrientation.Landscape" />
</SfDiagramComponent>
@code
{
DiagramExportFormat format = DiagramExportFormat.PNG;
}
Fields
| Name | Description |
|---|---|
| JPEG | Save the file in JPG Format |
| PNG | Save the file in PNG Format |
| SVG | Save the file in SVG Format |