Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DocumentEditorSettingsModel - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DocumentEditorSettingsModel

    Interface for a class DocumentEditorSettings

    Inheritance
    System.Object
    DocumentEditorSettingsModel
    Namespace: Syncfusion.Blazor.DocumentEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class DocumentEditorSettingsModel : Object

    Constructors

    DocumentEditorSettingsModel()

    Declaration
    public DocumentEditorSettingsModel()

    Properties

    FontFamilies

    Specifies the user preferred font family of Document Editor.

    Declaration
    public string[] FontFamilies { get; set; }
    Property Value
    Type Description
    System.String[]

    FormFieldSettings

    Form field settings.

    Declaration
    public FormFieldSettingsModel FormFieldSettings { get; set; }
    Property Value
    Type Description
    FormFieldSettingsModel

    SearchHighlightColor

    Specifies the user preferred Search Highlight Color of Document Editor.

    Declaration
    public string SearchHighlightColor { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    Equals(DocumentEditorSettingsModel)

    Indicates whether the current object is equal to another object of the same type.

    Declaration
    public bool Equals(DocumentEditorSettingsModel documentEditorSettingsModel)
    Parameters
    Type Name Description
    DocumentEditorSettingsModel documentEditorSettingsModel

    An DocumentEditorSettingsModel to compare.

    Returns
    Type Description
    System.Boolean

    true if the current object is equal to the other parameter; otherwise, false.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved