menu

Blazor

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

    Show / Hide Table of Contents

    Class ExportType

    Defines the export type of the rendered linear gauge.

    Inheritance
    System.Object
    ExportType
    Namespace: Syncfusion.Blazor.LinearGauge
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class ExportType : Enum

    Fields

    JPEG

    Specifies the rendered linear gauge to be exported as JPEG format.

    Declaration
    public const ExportType JPEG
    Field Value
    Type
    ExportType

    PDF

    Specifies the rendered linear gauge to be exported as PDF format.

    Declaration
    public const ExportType PDF
    Field Value
    Type
    ExportType

    PNG

    Specifies the rendered linear gauge to be exported as PNG format.

    Declaration
    public const ExportType PNG
    Field Value
    Type
    ExportType

    SVG

    Specifies the rendered linear gauge to be exported as SVG format.

    Declaration
    public const ExportType SVG
    Field Value
    Type
    ExportType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved