alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class FileOpenEventArgs

    Provides the information about the FileOpened event callback.

    Inheritance
    object
    FileOpenEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.ImageEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class FileOpenEventArgs

    Constructors

    FileOpenEventArgs()

    Declaration
    public FileOpenEventArgs()

    Properties

    FileName

    Gets the file name of the image to be opened in the SfImageEditor.

    Declaration
    public string FileName { get; set; }
    Property Value
    Type Description
    string

    A string value that represents the file name of the image to be opened.

    FileType

    Gets the file type of the image to be opened in the SfImageEditor.

    Declaration
    public ImageEditorFileType? FileType { get; set; }
    Property Value
    Type Description
    ImageEditorFileType?

    An enumeration value ImageEditorFileType that represents the file type of the image to be opened. The available file types are JPEG, PNG, SVG, and WebP.

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