alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class PdfViewerStickyNotesSettings

    Represents the sticky notes settings for the PDF Viewer component.

    Inheritance
    object
    PdfViewerAnnotationSettings
    PdfViewerStickyNotesSettings
    Inherited Members
    PdfViewerAnnotationSettings.AllowedInteractions
    PdfViewerAnnotationSettings.Author
    PdfViewerAnnotationSettings.ChildContent
    PdfViewerAnnotationSettings.CustomData
    PdfViewerAnnotationSettings.IsLock
    PdfViewerAnnotationSettings.IsPrint
    PdfViewerAnnotationSettings.jsProperty
    PdfViewerAnnotationSettings.mainParent
    PdfViewerAnnotationSettings.MaxHeight
    PdfViewerAnnotationSettings.MaxWidth
    PdfViewerAnnotationSettings.MinHeight
    PdfViewerAnnotationSettings.MinWidth
    PdfViewerAnnotationSettings.SkipDownload
    PdfViewerAnnotationSettings.SkipPrint
    Namespace: Syncfusion.Blazor.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.dll
    Syntax
    public class PdfViewerStickyNotesSettings : PdfViewerAnnotationSettings
    Remarks

    This class manages the configuration of sticky notes, including properties such as opacity.

    Examples

    Below is an example of how to configure PdfViewerStickyNotesSettings in a Blazor component:

    Constructors

    PdfViewerStickyNotesSettings()

    Declaration
    public PdfViewerStickyNotesSettings()

    Properties

    JsNamespace

    Gets or sets the JavaScript interop namespace for this component.

    Declaration
    protected override string JsNamespace { get; set; }
    Property Value
    Type
    string
    Overrides
    PdfViewerAnnotationSettings.JsNamespace

    JsProperty

    Gets or sets the JS interop property name used internally.

    Declaration
    protected string JsProperty { get; set; }
    Property Value
    Type
    string

    MainParent

    Gets or sets the parent base component reference.

    Declaration
    protected SfBaseComponent MainParent { get; set; }
    Property Value
    Type
    SfBaseComponent

    Opacity

    Sets the opacity value for sticky notes annotation. By default value is 1. It range varies from 0 to 1.

    Declaration
    [Parameter]
    [JsonPropertyName("opacity")]
    public double Opacity { get; set; }
    Property Value
    Type
    double

    SfTagIndex

    Gets or sets tag index used to compose the JS namespace within the parent hierarchy.

    Declaration
    protected override int SfTagIndex { get; set; }
    Property Value
    Type
    int
    Overrides
    PdfViewerAnnotationSettings.SfTagIndex

    Methods

    BuildRenderTree(RenderTreeBuilder)

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    RenderTreeBuilder __builder
    Overrides
    PdfViewerAnnotationSettings.BuildRenderTree(RenderTreeBuilder)

    OnInitializedAsync()

    Performs asynchronous initialization for the component. Initializes backing fields from the current parameter values.

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    Task

    A task that represents the asynchronous initialization operation.

    Overrides
    PdfViewerAnnotationSettings.OnInitializedAsync()

    OnParametersSetAsync()

    Applies parameter changes and updates child properties when needed. Synchronizes backing fields and notifies property changes.

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type Description
    Task

    A task that represents the asynchronous parameter-set operation.

    Overrides
    PdfViewerAnnotationSettings.OnParametersSetAsync()
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved