Class PdfViewerStickyNotesSettings
Inheritance
System.Object
PdfViewerStickyNotesSettings
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfViewerStickyNotesSettings : PdfViewerAnnotationSettings
Constructors
PdfViewerStickyNotesSettings()
Declaration
public PdfViewerStickyNotesSettings()
Properties
JsNamespace
Declaration
protected override string JsNamespace { get; set; }
Property Value
Overrides
JsProperty
Declaration
protected string JsProperty { get; set; }
Property Value
MainParent
Declaration
protected SfBaseComponent MainParent { get; set; }
Property Value
Opacity
Sets the opacity value for sticky notes annotation. By default value is 1. It range varies from 0 to 1.
Declaration
public double Opacity { get; set; }
Property Value
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