Blazor

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

    Show / Hide Table of Contents

    Class ExportType

    Specifies the export type for the rendered treemap.

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

    Fields

    JPEG

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

    Declaration
    public const ExportType JPEG
    Field Value
    Type Description
    ExportType

    PDF

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

    Declaration
    public const ExportType PDF
    Field Value
    Type Description
    ExportType

    PNG

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

    Declaration
    public const ExportType PNG
    Field Value
    Type Description
    ExportType

    SVG

    Specifies the rendered treemap 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