menu

Blazor

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

    Show / Hide Table of Contents

    Class ExportType

    Specifies the export type for the component.

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

    Fields

    JPEG

    Specifies the rendered component to be exported in the JPEG format.

    Declaration
    public const ExportType JPEG
    Field Value
    Type Description
    ExportType

    PDF

    Specifies the rendered component to be exported in the PDF format.

    Declaration
    public const ExportType PDF
    Field Value
    Type Description
    ExportType

    PNG

    Specifies the rendered component to be exported in the PNG format.

    Declaration
    public const ExportType PNG
    Field Value
    Type Description
    ExportType

    SVG

    Specifies the rendered component to be exported in the SVG format.

    Declaration
    public const ExportType SVG
    Field Value
    Type Description
    ExportType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved