Class RichTextEditorImageSettings
Inheritance
System.Object
RichTextEditorImageSettings
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
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
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
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
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 |
|