menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SignatureIndicatorSettings - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SignatureIndicatorSettings

    Represents the attributes of the signature indicator settings.

    Inheritance
    System.Object
    SignatureIndicatorSettings
    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
    public string BackgroundColor { get; set; }
    Property Value
    Type
    System.String

    Color

    Gets or sets the text color of the signature field indicator.

    Declaration
    public string Color { get; set; }
    Property Value
    Type
    System.String

    FontFamily

    Gets or sets the required FontFamily signature indicator.

    Declaration
    public string FontFamily { get; set; }
    Property Value
    Type
    System.String

    FontSize

    Gets or sets the font size of the signature field indicator text.

    Declaration
    public int FontSize { get; set; }
    Property Value
    Type
    System.Int32

    JsNamespace

    Declaration
    protected virtual string JsNamespace { get; set; }
    Property Value
    Type
    System.String

    jsProperty

    Declaration
    protected string jsProperty { get; set; }
    Property Value
    Type
    System.String

    mainParent

    Declaration
    protected SfBaseComponent mainParent { get; set; }
    Property Value
    Type
    SfBaseComponent

    Opacity

    Gets or sets the opacity of the signature field indicator.

    Declaration
    public double Opacity { get; set; }
    Property Value
    Type
    System.Double

    SfTagIndex

    Declaration
    protected virtual int SfTagIndex { get; set; }
    Property Value
    Type
    System.Int32

    Text

    Gets or sets the text of the signature field indicator.

    Declaration
    public string Text { get; set; }
    Property Value
    Type
    System.String

    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

    OnParametersSetAsync()

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type
    System.Threading.Tasks.Task
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved