alexa
menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class PdfViewerInkAnnotationSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    PdfViewerInkAnnotationSettings
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.EJ2.PdfViewer
    Assembly: Syncfusion.AspNetMvc.PdfViewer.dll
    Syntax
    public class PdfViewerInkAnnotationSettings : EJTagHelper

    Constructors

    PdfViewerInkAnnotationSettings()

    Declaration
    public PdfViewerInkAnnotationSettings()

    Properties

    AllowedInteractions

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

    Declaration
    public object AllowedInteractions { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    AnnotationSelectorSettings

    Define the default option to customize the selector for ink annotation.

    Declaration
    public object AnnotationSelectorSettings { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    Author

    specifies the author of the annotation.

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

    The default value is "Guest"

    ContentTemplate

    To get or set value for ContentTemplate.

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

    CustomData

    specifies the custom data of the annotation

    Declaration
    public object CustomData { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    Height

    specifies the height of the annotation.

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

    The default value is 0

    IsLock

    If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.

    Declaration
    public bool IsLock { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    IsPrint

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

    Declaration
    public bool IsPrint { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is true

    Offset

    Get or set offset of the annotation.

    Declaration
    public object Offset { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    Opacity

    Sets the opacity value for ink annotation.By default value is 1. It range varies from 0 to 1.

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

    The default value is 1

    PageNumber

    Get or set page number of the annotation.

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

    The default value is 1

    Path

    Gets or sets the path of the ink annotation.

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

    The default value is ""

    StrokeColor

    Sets the stroke color for ink annotation.By default values is #FF0000.

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

    The default value is "#ff0000"

    Subject

    specifies the subject of the annotation.

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

    The default value is ""

    Thickness

    Sets the thickness for the ink annotation. By default value is 1. It range varies from 1 to 10.

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

    The default value is 1

    Width

    specifies the width of the annotation.

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

    The default value is 0

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