alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    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

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved