Class RichTextEditorVideoSettings
Inheritance
Namespace: Syncfusion.EJ2.RichTextEditor
Assembly: Syncfusion.EJ2.dll
Syntax
public class RichTextEditorVideoSettings : EJTagHelper
Constructors
RichTextEditorVideoSettings()
Declaration
public RichTextEditorVideoSettings()
Properties
AllowedTypes
Specifies whether to allowType based file select.
Declaration
public string[] AllowedTypes { get; set; }
Property Value
Type | Description |
---|---|
System.String[] | The default value is null |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
Height
Specifies whether video height.
Declaration
public string Height { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "auto" |
LayoutOption
Specifies whether insert video inline or break.
Declaration
public DisplayLayoutOptions LayoutOption { get; set; }
Property Value
Type | Description |
---|---|
DisplayLayoutOptions | The default value is DisplayLayoutOptions.Inline |
MaxHeight
Defines the maximum Height of the video.
Declaration
public string MaxHeight { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
MaxWidth
Defines the maximum Width of the video.
Declaration
public string MaxWidth { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
MinHeight
Defines the minimum Height of the video.
Declaration
public string MinHeight { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "0" |
MinWidth
Defines the minimum Width of the video.
Declaration
public string MinWidth { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "0" |
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 | The default value is null |
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 | The default value is null |
Resize
To enable resizing for video element.
Declaration
public bool Resize { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |
ResizeByPercent
Video resizing should be done by percentage calculation.
Declaration
public bool ResizeByPercent { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
SaveFormat
Specifies whether the inserted video is saved as blob or base64.
Declaration
public SaveFormat SaveFormat { get; set; }
Property Value
Type | Description |
---|---|
SaveFormat | The default value is SaveFormat.Blob |
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 | The default value is null |
Width
Specifies whether video width.
Declaration
public string Width { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "auto" |