menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class PdfViewerUnderlineSettingsBuilder

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

    Constructors

    PdfViewerUnderlineSettingsBuilder()

    Declaration
    public PdfViewerUnderlineSettingsBuilder()

    PdfViewerUnderlineSettingsBuilder(PdfViewerUnderlineSettings)

    Declaration
    public PdfViewerUnderlineSettingsBuilder(PdfViewerUnderlineSettings model)
    Parameters
    Type Name Description
    PdfViewerUnderlineSettings model

    Methods

    AllowedInteractions(Object)

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

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

    AnnotationSelectorSettings(Object)

    specifies the annotation selector settings of the annotation.

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

    Author(String)

    specifies the author of the annotation.

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

    Color(String)

    specifies the color of the annotation.

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

    CustomData(Object)

    specifies the custom data of the annotation.

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

    EnableMultiPageAnnotation(Boolean)

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

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

    EnableTextMarkupResizer(Boolean)

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

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

    IsLock(Boolean)

    specifies the locked action of the annotation.

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

    IsPrint(Boolean)

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

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

    Opacity(Double)

    specifies the opacity of the annotation.

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

    PageNumber(Double)

    Get or set page number of the annotation.

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

    Subject(String)

    specifies the subject of the annotation.

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