Class PdfViewerUnderlineSettings
Class UnderlineSettings.
Inheritance
System.Object
PdfViewerUnderlineSettings
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 PdfViewerUnderlineSettings
Constructors
PdfViewerUnderlineSettings()
Declaration
public PdfViewerUnderlineSettings()
Properties
Author
Specifies the Author of the Underline annotation
Declaration
[JsonProperty("author")]
public string Author { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Color
Specifies the color of the Underline annotation
Declaration
[JsonProperty("color")]
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsLocked
Specifies the isLocked property of the Underline annotation
Declaration
[JsonProperty("isLocked")]
public bool IsLocked { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ModifiedDate
Specifies the modifiedDate of the Underline annotation
Declaration
[JsonProperty("modifiedDate")]
public string ModifiedDate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Opacity
Specifies the opacity of the Underline annotation
Declaration
[JsonProperty("opacity")]
public float Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Subject
Specifies the subject of the Underline annotation
Declaration
[JsonProperty("subject")]
public string Subject { get; set; }
Property Value
Type | Description |
---|---|
System.String |