menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfViewerHighlightSettingsBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PdfViewerHighlightSettingsBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    PdfViewerHighlightSettingsBuilder
    Namespace: Syncfusion.EJ2.PdfViewer
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class PdfViewerHighlightSettingsBuilder : ControlBuilder

    Constructors

    PdfViewerHighlightSettingsBuilder()

    Declaration
    public PdfViewerHighlightSettingsBuilder()

    PdfViewerHighlightSettingsBuilder(PdfViewerHighlightSettings)

    Declaration
    public PdfViewerHighlightSettingsBuilder(PdfViewerHighlightSettings model)
    Parameters
    Type Name Description
    PdfViewerHighlightSettings model

    Methods

    AllowedInteractions(Object)

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

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

    AnnotationSelectorSettings(Object)

    specifies the annotation selector settings of the annotation.

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

    Author(String)

    specifies the author of the annotation.

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

    Color(String)

    specifies the color of the annotation.

    Declaration
    public PdfViewerHighlightSettingsBuilder Color(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    PdfViewerHighlightSettingsBuilder

    CustomData(Object)

    specifies the custom data of the annotation.

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

    EnableMultiPageAnnotation(Boolean)

    Enables or disables the multi-page text markup annotation selection in UI.

    Declaration
    public PdfViewerHighlightSettingsBuilder EnableMultiPageAnnotation(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    PdfViewerHighlightSettingsBuilder

    EnableTextMarkupResizer(Boolean)

    Enable or disable the text markup resizer to modify the bounds in UI.

    Declaration
    public PdfViewerHighlightSettingsBuilder EnableTextMarkupResizer(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    PdfViewerHighlightSettingsBuilder

    IsLock(Boolean)

    specifies the locked action of the annotation.

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

    IsPrint(Boolean)

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

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

    Opacity(Double)

    specifies the opacity of the annotation.

    Declaration
    public PdfViewerHighlightSettingsBuilder Opacity(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    PdfViewerHighlightSettingsBuilder

    PageNumber(Double)

    Get or set page number of the annotation.

    Declaration
    public PdfViewerHighlightSettingsBuilder PageNumber(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    PdfViewerHighlightSettingsBuilder

    Subject(String)

    specifies the subject of the annotation.

    Declaration
    public PdfViewerHighlightSettingsBuilder Subject(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    PdfViewerHighlightSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved