Class PdfViewerCustomStamp
Inheritance
System.Object
PdfViewerCustomStamp
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfViewerCustomStamp : SfBaseComponent
Constructors
PdfViewerCustomStamp()
Declaration
public PdfViewerCustomStamp()
Properties
ChildContent
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type |
Microsoft.AspNetCore.Components.RenderFragment |
CustomStampImageSource
Defines the custom stamp images source to be added in stamp menu of the PDF Viewer toolbar.
Declaration
public string CustomStampImageSource { get; set; }
Property Value
CustomStampName
Defines the custom stamp name to be added in stamp menu of the PDF Viewer toolbar.
Declaration
public string CustomStampName { get; set; }
Property Value
jsProperty
Declaration
protected string jsProperty { get; set; }
Property Value
mainParent
Declaration
protected SfBaseComponent mainParent { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|
GetJSNamespace()
Declaration
public string GetJSNamespace()
Returns
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
System.Threading.Tasks.Task |
Overrides
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
System.Threading.Tasks.Task |