menu

Blazor

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

    Show / Hide Table of Contents

    Class ImageEditorFileType

    Defines the file type of an image to be saved or opened in the SfImageEditor.

    Inheritance
    System.Object
    ImageEditorFileType
    Namespace: Syncfusion.Blazor.ImageEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class ImageEditorFileType : Enum

    Fields

    BMP

    Represents a BMP file type.

    Declaration
    public const ImageEditorFileType BMP
    Field Value
    Type Description
    ImageEditorFileType

    Represents the string value: "BMP"

    JPEG

    Represents a JPEG file type.

    Declaration
    public const ImageEditorFileType JPEG
    Field Value
    Type Description
    ImageEditorFileType

    Represents the string value: "JPEG"

    PNG

    Represents a PNG file type.

    Declaration
    public const ImageEditorFileType PNG
    Field Value
    Type Description
    ImageEditorFileType

    Represents the string value: "PNG"

    SVG

    Represents a SVG file type.

    Declaration
    public const ImageEditorFileType SVG
    Field Value
    Type Description
    ImageEditorFileType

    Represents the string value: "SVG"

    WebP

    Represents a WebP file type.

    Declaration
    public const ImageEditorFileType WebP
    Field Value
    Type Description
    ImageEditorFileType

    Represents the string value: "WebP"

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