menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class PdfViewerAnnotationSelectorSettingsBuilder

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

    Constructors

    PdfViewerAnnotationSelectorSettingsBuilder()

    Declaration
    public PdfViewerAnnotationSelectorSettingsBuilder()

    PdfViewerAnnotationSelectorSettingsBuilder(PdfViewerAnnotationSelectorSettings)

    Declaration
    public PdfViewerAnnotationSelectorSettingsBuilder(PdfViewerAnnotationSelectorSettings model)
    Parameters
    Type Name Description
    PdfViewerAnnotationSelectorSettings model

    Methods

    ResizerCursorType(CursorType)

    specifies the cursor type of resizer

    Declaration
    public PdfViewerAnnotationSelectorSettingsBuilder ResizerCursorType(CursorType value)
    Parameters
    Type Name Description
    CursorType value
    Returns
    Type
    PdfViewerAnnotationSelectorSettingsBuilder

    ResizerLocation(AnnotationResizerLocation)

    Specifies the location of the resizer.

    Declaration
    public PdfViewerAnnotationSelectorSettingsBuilder ResizerLocation(AnnotationResizerLocation value)
    Parameters
    Type Name Description
    AnnotationResizerLocation value
    Returns
    Type
    PdfViewerAnnotationSelectorSettingsBuilder

    ResizerShape(AnnotationResizerShape)

    Specifies the shape of the resizer.

    Declaration
    public PdfViewerAnnotationSelectorSettingsBuilder ResizerShape(AnnotationResizerShape value)
    Parameters
    Type Name Description
    AnnotationResizerShape value
    Returns
    Type
    PdfViewerAnnotationSelectorSettingsBuilder

    SelectionBorderColor(String)

    Specifies the selection border color.

    Declaration
    public PdfViewerAnnotationSelectorSettingsBuilder SelectionBorderColor(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    PdfViewerAnnotationSelectorSettingsBuilder

    SelectionBorderThickness(Double)

    Specifies the thickness of the border of selection.

    Declaration
    public PdfViewerAnnotationSelectorSettingsBuilder SelectionBorderThickness(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    PdfViewerAnnotationSelectorSettingsBuilder

    SelectorLineDashArray(Double[])

    Specifies the border dash array of the selection.

    Declaration
    public PdfViewerAnnotationSelectorSettingsBuilder SelectorLineDashArray(double[] value)
    Parameters
    Type Name Description
    System.Double[] value
    Returns
    Type
    PdfViewerAnnotationSelectorSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved