menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class PdfViewerHighlightSettings

    Class HighlightSettings.

    Inheritance
    System.Object
    PdfViewerHighlightSettings
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.Models.PDFViewer
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class PdfViewerHighlightSettings

    Constructors

    PdfViewerHighlightSettings()

    Declaration
    public PdfViewerHighlightSettings()

    Properties

    Author

    Specifies the Author of the highlight annotation

    Declaration
    [JsonProperty("author")]
    public string Author { get; set; }
    Property Value
    Type Description
    System.String

    Color

    Specifies the color of the highlight annotation

    Declaration
    [JsonProperty("color")]
    public string Color { get; set; }
    Property Value
    Type Description
    System.String

    IsLocked

    Specifies the isLocked property of the highlight annotation

    Declaration
    [JsonProperty("isLocked")]
    public bool IsLocked { get; set; }
    Property Value
    Type Description
    System.Boolean

    ModifiedDate

    Specifies the modifiedDate of the highlight annotation

    Declaration
    [JsonProperty("modifiedDate")]
    public string ModifiedDate { get; set; }
    Property Value
    Type Description
    System.String

    Opacity

    Specifies the opacity of the highlight annotation

    Declaration
    [JsonProperty("opacity")]
    public float Opacity { get; set; }
    Property Value
    Type Description
    System.Single

    Subject

    Specifies the subject of the highlight annotation

    Declaration
    [JsonProperty("subject")]
    public string Subject { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved