menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RichTextEditorVideoSettingsBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RichTextEditorVideoSettingsBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    RichTextEditorVideoSettingsBuilder
    Namespace: Syncfusion.EJ2.RichTextEditor
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class RichTextEditorVideoSettingsBuilder : ControlBuilder

    Constructors

    RichTextEditorVideoSettingsBuilder()

    Declaration
    public RichTextEditorVideoSettingsBuilder()

    RichTextEditorVideoSettingsBuilder(RichTextEditorVideoSettings)

    Declaration
    public RichTextEditorVideoSettingsBuilder(RichTextEditorVideoSettings model)
    Parameters
    Type Name Description
    RichTextEditorVideoSettings model

    Methods

    AllowedTypes(String[])

    Specifies the allowed file types for video selection.

    Declaration
    public RichTextEditorVideoSettingsBuilder AllowedTypes(string[] value)
    Parameters
    Type Name Description
    System.String[] value
    Returns
    Type
    RichTextEditorVideoSettingsBuilder

    Height(String)

    Specifies the height of the video.

    Declaration
    public RichTextEditorVideoSettingsBuilder Height(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    RichTextEditorVideoSettingsBuilder

    LayoutOption(DisplayLayoutOptions)

    Specifies whether the video is inserted inline or with a break.

    Declaration
    public RichTextEditorVideoSettingsBuilder LayoutOption(DisplayLayoutOptions value)
    Parameters
    Type Name Description
    DisplayLayoutOptions value
    Returns
    Type
    RichTextEditorVideoSettingsBuilder

    MaxHeight(Double)

    Defines the maximum height of the video.

    Declaration
    public RichTextEditorVideoSettingsBuilder MaxHeight(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    RichTextEditorVideoSettingsBuilder

    MaxHeight(String)

    Defines the maximum height of the video.

    Declaration
    public RichTextEditorVideoSettingsBuilder MaxHeight(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    RichTextEditorVideoSettingsBuilder

    MaxWidth(Double)

    Defines the maximum width of the video.

    Declaration
    public RichTextEditorVideoSettingsBuilder MaxWidth(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    RichTextEditorVideoSettingsBuilder

    MaxWidth(String)

    Defines the maximum width of the video.

    Declaration
    public RichTextEditorVideoSettingsBuilder MaxWidth(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    RichTextEditorVideoSettingsBuilder

    MinHeight(Double)

    Defines the minimum height of the video.

    Declaration
    public RichTextEditorVideoSettingsBuilder MinHeight(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    RichTextEditorVideoSettingsBuilder

    MinHeight(String)

    Defines the minimum height of the video.

    Declaration
    public RichTextEditorVideoSettingsBuilder MinHeight(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    RichTextEditorVideoSettingsBuilder

    MinWidth(Double)

    Defines the minimum width of the video.

    Declaration
    public RichTextEditorVideoSettingsBuilder MinWidth(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    RichTextEditorVideoSettingsBuilder

    MinWidth(String)

    Defines the minimum width of the video.

    Declaration
    public RichTextEditorVideoSettingsBuilder MinWidth(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    RichTextEditorVideoSettingsBuilder

    Path(String)

    Specifies the path for storing and displaying video files.

    Declaration
    public RichTextEditorVideoSettingsBuilder Path(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    RichTextEditorVideoSettingsBuilder

    RemoveUrl(String)

    Specifies the URL for the remove action that handles video removal on the server.

    Declaration
    public RichTextEditorVideoSettingsBuilder RemoveUrl(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    RichTextEditorVideoSettingsBuilder

    Resize(Boolean)

    Enables resizing for the video element.

    Declaration
    public RichTextEditorVideoSettingsBuilder Resize(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    RichTextEditorVideoSettingsBuilder

    ResizeByPercent(Boolean)

    Enables video resizing by percentage calculation.

    Declaration
    public RichTextEditorVideoSettingsBuilder ResizeByPercent(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    RichTextEditorVideoSettingsBuilder

    SaveFormat(SaveFormat)

    Specifies whether the inserted video is saved as a blob or base64.

    Declaration
    public RichTextEditorVideoSettingsBuilder SaveFormat(SaveFormat value)
    Parameters
    Type Name Description
    SaveFormat value
    Returns
    Type
    RichTextEditorVideoSettingsBuilder

    SaveUrl(String)

    Specifies the URL for the save action that handles uploaded video files on the server.

    Declaration
    public RichTextEditorVideoSettingsBuilder SaveUrl(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    RichTextEditorVideoSettingsBuilder

    Width(String)

    Specifies the width of the video.

    Declaration
    public RichTextEditorVideoSettingsBuilder Width(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    RichTextEditorVideoSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved