Class PdfViewerSignatureDialogSettings
Inheritance
System.Object
Syncfusion.Blazor.PdfViewer.Internal.PdfViewerShapeSettings
PdfViewerSignatureDialogSettings
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfViewerSignatureDialogSettings : PdfViewerHandwrittenSignatureSettings
Constructors
PdfViewerSignatureDialogSettings()
Declaration
public PdfViewerSignatureDialogSettings()
Properties
DisplayMode
Get or set the required signature options will be enabled in the signature dialog.
Declaration
public DisplayMode DisplayMode { get; set; }
Property Value
HideSaveSignature
Hide the save signature checkbox in the signature dialog box.
Declaration
public bool HideSaveSignature { 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
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
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
System.Threading.Tasks.Task |
Overrides