Class DocumentEditorSettingsModel
Interface for a class DocumentEditorSettings.
Inheritance
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public class DocumentEditorSettingsModel : Object
Constructors
DocumentEditorSettingsModel()
Declaration
public DocumentEditorSettingsModel()
Properties
EnableOptimizedTextMeasuring
Gets or sets a value indicating whether to use optimized text measuring approach to match Microsoft Word pagination.
Declaration
public bool EnableOptimizedTextMeasuring { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true use optimized text measuring approach to match Microsoft Word pagination; otherwise, false |
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 |
PrintDevicePixelRatio
Specifies the device pixel ratio for the image generated for printing. Remarks: Increasing the device pixel ratio will increase the image file size, due to high resolution of image.
Declaration
public int PrintDevicePixelRatio { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SearchHighlightColor
Specifies the user preferred Search Highlight Color of Document Editor.
Declaration
public string SearchHighlightColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Dispose()
Dispose unmanaged resources used in DocumentEditorSettingsModel.
Declaration
public void Dispose()
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. |