menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class PdfViewerStrikethroughSettings

    Class StrikethroughSettings.

    Inheritance
    System.Object
    PdfViewerStrikethroughSettings
    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 PdfViewerStrikethroughSettings

    Constructors

    PdfViewerStrikethroughSettings()

    Declaration
    public PdfViewerStrikethroughSettings()

    Properties

    Author

    Specifies the Author of the Strikethrough annotation

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

    Color

    Specifies the color of the Strikethrough annotation

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

    IsLocked

    Specifies the isLocked of the Strikethrough annotation

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

    ModifiedDate

    Specifies the modifiedDate of the Strikethrough annotation

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

    Opacity

    Specifies the opacity of the Strikethrough annotation

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

    Subject

    Specifies the subject of the Strikethrough 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