menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class PdfViewerAnnotationSelectorSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    PdfViewerAnnotationSelectorSettings
    Namespace: Syncfusion.EJ2.PdfViewer
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class PdfViewerAnnotationSelectorSettings : EJTagHelper

    Constructors

    PdfViewerAnnotationSelectorSettings()

    Declaration
    public PdfViewerAnnotationSelectorSettings()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    ResizerCursorType

    specifies the cursor type of resizer

    Declaration
    public CursorType ResizerCursorType { get; set; }
    Property Value
    Type Description
    CursorType

    The default value is null

    ResizerLocation

    Specifies the location of the resizer.

    Declaration
    public AnnotationResizerLocation ResizerLocation { get; set; }
    Property Value
    Type Description
    AnnotationResizerLocation

    The default value is null

    ResizerShape

    Specifies the shape of the resizer.

    Declaration
    public AnnotationResizerShape ResizerShape { get; set; }
    Property Value
    Type Description
    AnnotationResizerShape

    The default value is null

    SelectionBorderColor

    Specifies the selection border color.

    Declaration
    public string SelectionBorderColor { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    SelectionBorderThickness

    Specifies the thickness of the border of selection.

    Declaration
    public double SelectionBorderThickness { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is null

    SelectorLineDashArray

    Specifies the border dash array of the selection.

    Declaration
    public double[] SelectorLineDashArray { get; set; }
    Property Value
    Type Description
    System.Double[]

    The default value is null

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved