Class RichTextEditorVideoSettingsBuilder
  
  
  
  
    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    RichTextEditorVideoSettingsBuilder
   
  
  Assembly: Syncfusion.EJ2.dll
  Syntax
  
    public class RichTextEditorVideoSettingsBuilder : ControlBuilder
   
  Constructors
  
  
  
  
  RichTextEditorVideoSettingsBuilder()
  
  
  Declaration
  
    public RichTextEditorVideoSettingsBuilder()
   
  
  
  
  RichTextEditorVideoSettingsBuilder(RichTextEditorVideoSettings)
  
  
  Declaration
  
    public RichTextEditorVideoSettingsBuilder(RichTextEditorVideoSettings model)
   
  Parameters
  
  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
  
  
  
  
  Height(String)
  Specifies the height of the video.
 
  
  Declaration
  
    public RichTextEditorVideoSettingsBuilder Height(string value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  LayoutOption(DisplayLayoutOptions)
  Specifies whether the video is inserted inline or with a break.
 
  
  Declaration
  
    public RichTextEditorVideoSettingsBuilder LayoutOption(DisplayLayoutOptions value)
   
  Parameters
  
  Returns
  
  
  
  
  MaxFileSize(Double)
  Specifies the maximum file size for video uploads in bytes.
 
  
  Declaration
  
    public RichTextEditorVideoSettingsBuilder MaxFileSize(double value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Double | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  MaxHeight(Double)
  Defines the maximum height of the video.
 
  
  Declaration
  
    public RichTextEditorVideoSettingsBuilder MaxHeight(double value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Double | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  MaxHeight(String)
  Defines the maximum height of the video.
 
  
  Declaration
  
    public RichTextEditorVideoSettingsBuilder MaxHeight(string value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  MaxWidth(Double)
  Defines the maximum width of the video.
 
  
  Declaration
  
    public RichTextEditorVideoSettingsBuilder MaxWidth(double value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Double | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  MaxWidth(String)
  Defines the maximum width of the video.
 
  
  Declaration
  
    public RichTextEditorVideoSettingsBuilder MaxWidth(string value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  MinHeight(Double)
  Defines the minimum height of the video.
 
  
  Declaration
  
    public RichTextEditorVideoSettingsBuilder MinHeight(double value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Double | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  MinHeight(String)
  Defines the minimum height of the video.
 
  
  Declaration
  
    public RichTextEditorVideoSettingsBuilder MinHeight(string value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  MinWidth(Double)
  Defines the minimum width of the video.
 
  
  Declaration
  
    public RichTextEditorVideoSettingsBuilder MinWidth(double value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Double | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  MinWidth(String)
  Defines the minimum width of the video.
 
  
  Declaration
  
    public RichTextEditorVideoSettingsBuilder MinWidth(string value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  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
  
  
  
  
  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
  
  
  
  
  Resize(Boolean)
  Enables resizing for the video element.
 
  
  Declaration
  
    public RichTextEditorVideoSettingsBuilder Resize(bool value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Boolean | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  ResizeByPercent(Boolean)
  Enables video resizing by percentage calculation.
 
  
  Declaration
  
    public RichTextEditorVideoSettingsBuilder ResizeByPercent(bool value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Boolean | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  SaveFormat(SaveFormat)
  Specifies whether the inserted video is saved as a blob or base64.
 
  
  Declaration
  
    public RichTextEditorVideoSettingsBuilder SaveFormat(SaveFormat value)
   
  Parameters
  
  Returns
  
  
  
  
  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
  
  
  
  
  Width(String)
  Specifies the width of the video.
 
  
  Declaration
  
    public RichTextEditorVideoSettingsBuilder Width(string value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        value | 
         | 
      
    
  
  Returns