ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RichTextEditorImageSettings - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RichTextEditorImageSettings

    Inheritance
    System.Object
    EJTagHelper
    RichTextEditorImageSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    Namespace: Syncfusion.EJ2.RichTextEditor
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class RichTextEditorImageSettings : EJTagHelper

    Constructors

    RichTextEditorImageSettings()

    Declaration
    public RichTextEditorImageSettings()

    Properties

    AllowedTypes

    Specifies whether to allowType based file select.

    Declaration
    public string[] AllowedTypes { get; set; }
    Property Value
    Type Description
    System.String[]

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type Description
    MvcTemplate<System.Object>

    Display

    Specifies whether insert image inline or break.

    Declaration
    public string Display { get; set; }
    Property Value
    Type Description
    System.String

    Height

    Specifies whether image height.

    Declaration
    public string Height { get; set; }
    Property Value
    Type Description
    System.String

    IsComplex

    Declaration
    protected override bool IsComplex { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsComplex

    MaxHeight

    Defines the maximum Height of the image.

    Declaration
    public string MaxHeight { get; set; }
    Property Value
    Type Description
    System.String

    MaxWidth

    Defines the maximum Width of the image.

    Declaration
    public string MaxWidth { get; set; }
    Property Value
    Type Description
    System.String

    MinHeight

    Defines the minimum Height of the image.

    Declaration
    public string MinHeight { get; set; }
    Property Value
    Type Description
    System.String

    MinWidth

    Defines the minimum Width of the image.

    Declaration
    public string MinWidth { get; set; }
    Property Value
    Type Description
    System.String

    ParentPropertyName

    Declaration
    protected override string ParentPropertyName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ParentPropertyName

    Path

    Specifies the path of the location to store the images and refer it to display the images.

    Declaration
    public string Path { get; set; }
    Property Value
    Type Description
    System.String

    RemoveUrl

    Specifies the URL of remove action that receives the file information and handle the remove operation in server.

    Declaration
    public string RemoveUrl { get; set; }
    Property Value
    Type Description
    System.String

    Resize

    To enable resizing for image element.

    Declaration
    public bool Resize { get; set; }
    Property Value
    Type Description
    System.Boolean

    ResizeByPercent

    image resizing should be done by percentage calculation.

    Declaration
    public bool ResizeByPercent { get; set; }
    Property Value
    Type Description
    System.Boolean

    SaveFormat

    Specifies whether the inserted image is saved as blob or base64.

    Declaration
    public SaveFormat SaveFormat { get; set; }
    Property Value
    Type Description
    SaveFormat

    SaveUrl

    Specifies the URL of save action that will receive the upload files and save in the server.

    Declaration
    public string SaveUrl { get; set; }
    Property Value
    Type Description
    System.String

    Width

    Specifies whether image width.

    Declaration
    public string Width { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved