Class RichTextEditorVideoSettings
Inheritance
System.Object
RichTextEditorVideoSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ2.dll
Syntax
public class RichTextEditorVideoSettings : EJTagHelper
Constructors
RichTextEditorVideoSettings()
Declaration
public RichTextEditorVideoSettings()
Properties
AllowedTypes
Specifies whether to allowType based file select.
Declaration
[HtmlAttributeName("allowedTypes")]
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
Height
Specifies whether video height.
Declaration
[HtmlAttributeName("height")]
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
LayoutOption
Specifies whether insert video inline or break.
Declaration
[HtmlAttributeName("layoutOption")]
public DisplayLayoutOptions LayoutOption { get; set; }
Property Value
MaxHeight
Defines the maximum Height of the video.
Declaration
[HtmlAttributeName("maxHeight")]
public string MaxHeight { get; set; }
Property Value
Type |
Description |
System.String |
|
MaxWidth
Defines the maximum Width of the video.
Declaration
[HtmlAttributeName("maxWidth")]
public string MaxWidth { get; set; }
Property Value
Type |
Description |
System.String |
|
MinHeight
Defines the minimum Height of the video.
Declaration
[HtmlAttributeName("minHeight")]
public string MinHeight { get; set; }
Property Value
Type |
Description |
System.String |
|
MinWidth
Defines the minimum Width of the video.
Declaration
[HtmlAttributeName("minWidth")]
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
[HtmlAttributeName("path")]
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
[HtmlAttributeName("removeUrl")]
public string RemoveUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Resize
To enable resizing for video element.
Declaration
[HtmlAttributeName("resize")]
public bool Resize { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ResizeByPercent
Video resizing should be done by percentage calculation.
Declaration
[HtmlAttributeName("resizeByPercent")]
public bool ResizeByPercent { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SaveFormat
Specifies whether the inserted video is saved as blob or base64.
Declaration
[HtmlAttributeName("saveFormat")]
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
[HtmlAttributeName("saveUrl")]
public string SaveUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Width
Specifies whether video width.
Declaration
[HtmlAttributeName("width")]
public string Width { get; set; }
Property Value
Type |
Description |
System.String |
|