ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfViewerStickyNotesSettingsBuilder - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PdfViewerStickyNotesSettingsBuilder

    Inheritance
    System.Object
    ControlBuilder
    PdfViewerStickyNotesSettingsBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    Namespace: Syncfusion.EJ2.PdfViewer
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class PdfViewerStickyNotesSettingsBuilder : ControlBuilder

    Constructors

    PdfViewerStickyNotesSettingsBuilder()

    Declaration
    public PdfViewerStickyNotesSettingsBuilder()

    PdfViewerStickyNotesSettingsBuilder(PdfViewerStickyNotesSettings)

    Declaration
    public PdfViewerStickyNotesSettingsBuilder(PdfViewerStickyNotesSettings model)
    Parameters
    Type Name Description
    PdfViewerStickyNotesSettings model

    Methods

    AllowedInteractions(Object)

    Gets or sets the allowed interactions for the locked sticky notes annotations. IsLock can be configured using sticky notes settings.

    Declaration
    public PdfViewerStickyNotesSettingsBuilder AllowedInteractions(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type Description
    PdfViewerStickyNotesSettingsBuilder

    AnnotationSelectorSettings(Object)

    specifies the annotation selector settings of the annotation.

    Declaration
    public PdfViewerStickyNotesSettingsBuilder AnnotationSelectorSettings(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type Description
    PdfViewerStickyNotesSettingsBuilder

    Author(String)

    specifies the author of the annotation.

    Declaration
    public PdfViewerStickyNotesSettingsBuilder Author(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    PdfViewerStickyNotesSettingsBuilder

    CustomData(Object)

    specifies the custom data of the annotation.

    Declaration
    public PdfViewerStickyNotesSettingsBuilder CustomData(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type Description
    PdfViewerStickyNotesSettingsBuilder

    IsLock(Boolean)

    specifies the lock action of the annotation.

    Declaration
    public PdfViewerStickyNotesSettingsBuilder IsLock(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type Description
    PdfViewerStickyNotesSettingsBuilder

    IsPrint(Boolean)

    specifies whether the individual annotations are included or not in print actions.

    Declaration
    public PdfViewerStickyNotesSettingsBuilder IsPrint(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type Description
    PdfViewerStickyNotesSettingsBuilder

    Opacity(Double)

    specifies the opacity of the annotation.

    Declaration
    public PdfViewerStickyNotesSettingsBuilder Opacity(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type Description
    PdfViewerStickyNotesSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved