Class SignatureIndicatorSettings
Represents the attributes of the signature indicator settings.
Inheritance
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
[Parameter]
[JsonPropertyName("backgroundColor")]
public string BackgroundColor { get; set; }
Property Value
Color
Gets or sets the text color of the signature field indicator.
Declaration
[Parameter]
[JsonPropertyName("color")]
public string Color { get; set; }
Property Value
FontFamily
Gets or sets the required FontFamily signature indicator.
Declaration
[Parameter]
[JsonPropertyName("fontFamily")]
public string FontFamily { get; set; }
Property Value
FontSize
Gets or sets the font size of the signature field indicator text.
Declaration
[Parameter]
[JsonPropertyName("fontSize")]
public int FontSize { get; set; }
Property Value
JsNamespace
Declaration
protected virtual string JsNamespace { get; set; }
Property Value
Opacity
Gets or sets the opacity of the signature field indicator.
Declaration
[Parameter]
[JsonPropertyName("opacity")]
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
[Parameter]
[JsonPropertyName("text")]
public string Text { get; set; }
Property Value
jsProperty
Declaration
protected string jsProperty { get; set; }
Property Value
mainParent
Declaration
protected SfBaseComponent mainParent { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Declaration
protected override Task OnParametersSetAsync()
Returns