Class PdfViewerHandwrittenSignatureSettings
Inheritance
System.Object
Syncfusion.Blazor.PdfViewer.Internal.PdfViewerShapeSettings
PdfViewerHandwrittenSignatureSettings
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Blazor.PdfViewer
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfViewerHandwrittenSignatureSettings : PdfViewerShapeSettings, IDisposable
Constructors
PdfViewerHandwrittenSignatureSettings()
Declaration
public PdfViewerHandwrittenSignatureSettings()
Properties
Height
specified the height of the annotation.
Declaration
public int Height { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
JsNamespace
Declaration
protected override string JsNamespace { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Syncfusion.Blazor.PdfViewer.Internal.PdfViewerShapeSettings.JsNamespace
jsProperty
Declaration
protected override string jsProperty { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Syncfusion.Blazor.PdfViewer.Internal.PdfViewerShapeSettings.jsProperty
mainParent
Declaration
protected override BaseComponent mainParent { get; set; }
Property Value
Type | Description |
---|---|
BaseComponent |
Overrides
Syncfusion.Blazor.PdfViewer.Internal.PdfViewerShapeSettings.mainParent
SfTagIndex
Declaration
protected override int SfTagIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Overrides
Syncfusion.Blazor.PdfViewer.Internal.PdfViewerShapeSettings.SfTagIndex
Width
specified the width of the annotation.
Declaration
public int Width { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
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 | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
Syncfusion.Blazor.PdfViewer.Internal.PdfViewerShapeSettings.OnInitializedAsync()
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
Syncfusion.Blazor.PdfViewer.Internal.PdfViewerShapeSettings.OnParametersSetAsync()
Implements
System.IDisposable