Class ServerActionSettingsModel
Interface for a class ServerActionSettings.
Inheritance
System.Object
ServerActionSettingsModel
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public class ServerActionSettingsModel : Object
Constructors
ServerActionSettingsModel()
Declaration
public ServerActionSettingsModel()
Properties
RestrictEditing
Specifies the restrict editing encryption/decryption action of Document Editor.
Declaration
public string RestrictEditing { get; set; }
Property Value
Type |
---|
System.String |
SpellCheck
Specifies the spell check action of Document Editor.
Declaration
public string SpellCheck { get; set; }
Property Value
Type |
---|
System.String |
SpellCheckByPage
Specifies the spell check by page action of Document Editor.
Declaration
public string SpellCheckByPage { get; set; }
Property Value
Type |
---|
System.String |
SystemClipboard
Specifies the system clipboard action of Document Editor.
Declaration
public string SystemClipboard { get; set; }
Property Value
Type |
---|
System.String |
Methods
Equals(ServerActionSettingsModel)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(ServerActionSettingsModel serverActionSettingsModel)
Parameters
Type | Name | Description |
---|---|---|
ServerActionSettingsModel | serverActionSettingsModel | An ServerActionSettingsModel to compare. |
Returns
Type | Description |
---|---|
System.Boolean | true if the current object is equal to the other parameter; otherwise, false. |