Class SignatureIndicatorSettings
Represents the attributes of the signature indicator settings.
Inheritance
System.Object
SignatureIndicatorSettings
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
public string BackgroundColor { get; set; }
Property Value
Color
Gets or sets the text color of the signature field indicator.
Declaration
public string Color { get; set; }
Property Value
FontFamily
Gets or sets the required FontFamily signature indicator.
Declaration
public string FontFamily { get; set; }
Property Value
FontSize
Gets or sets the font size of the signature field indicator text.
Declaration
public int FontSize { get; set; }
Property Value
JsNamespace
Declaration
protected virtual string JsNamespace { get; set; }
Property Value
jsProperty
Declaration
protected string jsProperty { get; set; }
Property Value
mainParent
Declaration
protected SfBaseComponent mainParent { get; set; }
Property Value
Opacity
Gets or sets the opacity of the signature field indicator.
Declaration
public double Opacity { get; set; }
Property Value
SfTagIndex
Declaration
protected virtual int SfTagIndex { get; set; }
Property Value
Text
Gets or sets the text of the signature field indicator.
Declaration
public string Text { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
System.Threading.Tasks.Task |
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
System.Threading.Tasks.Task |