Class PdfViewerHandwrittenSignatureSettings
Represents the settings for handwritten signatures in a PDF viewer component in Blazor applications.
Inheritance
System.Object
PdfViewerHandwrittenSignatureSettings
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
public class PdfViewerHandwrittenSignatureSettings : PdfViewerShapeSettings
Remarks
Constructors
PdfViewerHandwrittenSignatureSettings()
Declaration
public PdfViewerHandwrittenSignatureSettings()
Properties
Height
specified the height of the annotation.
Declaration
public int Height { get; set; }
Property Value
JsNamespace
Declaration
protected override string JsNamespace { get; set; }
Property Value
Overrides
JsProperty
Declaration
protected override string JsProperty { get; set; }
Property Value
Overrides
MainParent
Declaration
protected override SfBaseComponent MainParent { get; set; }
Property Value
Overrides
SfTagIndex
Declaration
protected override int SfTagIndex { get; set; }
Property Value
Overrides
SignatureDialogSettings
specified the signature dialog settings.
Declaration
public PdfViewerSignatureDialogSettings SignatureDialogSettings { get; set; }
Property Value
Width
specified the width of the annotation.
Declaration
public int Width { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|
Overrides
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
System.Threading.Tasks.Task |
Overrides
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
System.Threading.Tasks.Task |
Overrides