Class SignatureIndicatorSettings
Represents the attributes of the signature indicator settings.
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
public class SignatureIndicatorSettings : SfBaseComponent
Constructors
SignatureIndicatorSettings()
Declaration
public SignatureIndicatorSettings()
Properties
BackgroundColor
Gets or sets the required background color of signature indicator.
Declaration
[Parameter]
[JsonPropertyName("backgroundColor")]
public string BackgroundColor { get; set; }
Property Value
| Type |
|---|
| string |
Color
Gets or sets the text color of the signature field indicator.
Declaration
[Parameter]
[JsonPropertyName("color")]
public string Color { get; set; }
Property Value
| Type |
|---|
| string |
FontFamily
Gets or sets the required FontFamily signature indicator.
Declaration
[Parameter]
[JsonPropertyName("fontFamily")]
public string FontFamily { get; set; }
Property Value
| Type |
|---|
| string |
FontSize
Gets or sets the font size of the signature field indicator text.
Declaration
[Parameter]
[JsonPropertyName("fontSize")]
public int FontSize { get; set; }
Property Value
| Type |
|---|
| int |
JsNamespace
Gets or sets the JavaScript interop namespace for this component.
Declaration
protected virtual string JsNamespace { get; set; }
Property Value
| Type |
|---|
| string |
Opacity
Gets or sets the opacity of the signature field indicator.
Declaration
[Parameter]
[JsonPropertyName("opacity")]
public double Opacity { get; set; }
Property Value
| Type |
|---|
| double |
SfTagIndex
Gets or sets tag index used to compose the JS namespace within the parent hierarchy.
Declaration
protected virtual int SfTagIndex { get; set; }
Property Value
| Type |
|---|
| int |
Text
Gets or sets the text of the signature field indicator.
Declaration
[Parameter]
[JsonPropertyName("text")]
public string Text { get; set; }
Property Value
| Type |
|---|
| string |
jsProperty
The JS interop property name used internally.
Declaration
protected string jsProperty { get; set; }
Property Value
| Type |
|---|
| string |
mainParent
Reference to the parent base component in the hierarchy.
Declaration
protected SfBaseComponent mainParent { get; set; }
Property Value
| Type |
|---|
| SfBaseComponent |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderTreeBuilder | __builder |
OnInitializedAsync()
Performs async initialization and sets up state and JS namespace.
Declaration
protected override Task OnInitializedAsync()
Returns
| Type |
|---|
| Task |
OnParametersSetAsync()
Applies parameter changes and updates child properties when needed.
Declaration
protected override Task OnParametersSetAsync()
Returns
| Type |
|---|
| Task |