Blazor

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

    Show / Hide Table of Contents

    Class ExportType

    Defines the export file format. PNG - export the image file format as png. JPEG - export the image file format as jpeg.

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

    Fields

    JPEG

    JPEG - export the image file format as jpeg.

    Declaration
    public const ExportType JPEG
    Field Value
    Type Description
    ExportType

    PDF

    PDF - export the image file format as pdf.

    Declaration
    public const ExportType PDF
    Field Value
    Type Description
    ExportType

    PNG

    PNG - export the image file format as png.

    Declaration
    public const ExportType PNG
    Field Value
    Type Description
    ExportType

    Print

    Print - export the image file format as print.

    Declaration
    public const ExportType Print
    Field Value
    Type Description
    ExportType

    SVG

    SVG - export the image file format as svg.

    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 - 2021 Syncfusion Inc. All Rights Reserved