Class PdfViewerStampSettings
Inheritance
System.Object
Syncfusion.Blazor.PdfViewer.Internal.PdfViewerShapeSettings
PdfViewerStampSettings
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfViewerStampSettings : PdfViewerHandwrittenSignatureSettings
Constructors
PdfViewerStampSettings()
Declaration
public PdfViewerStampSettings()
Properties
Customize desired date and time format
Declaration
public string DateTimeFormat { get; set; }
Property Value
DynamicStamps
Provide option to define the required dynamic stamp items to be displayed in annotation toolbar menu.
Declaration
public List<DynamicStampItem> DynamicStamps { 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
SignStamps
Provide option to define the required sign stamp items to be displayed in annotation toolbar menu.
Declaration
public List<SignStampItem> SignStamps { get; set; }
Property Value
StandardBusinessStamps
Provide option to define the required standrd business stamp items to be displayed in annotation toolbar menu.
Declaration
public List<StandardBusinessStampItem> StandardBusinessStamps { 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
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
System.Threading.Tasks.Task |
Overrides