menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramExportFormat - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved