Class AnnotationSettings
Provides the common settings for all the annotations.
Inheritance
System.Object
AnnotationSettings
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public class AnnotationSettings : Object
Constructors
AnnotationSettings()
Declaration
public AnnotationSettings()
Properties
Author
Gets or sets the author name for the annotation.
Declaration
public string Author { get; set; }
Property Value
Type |
---|
System.String |
Constraints
Gets or sets the constraint status of the annotation.
Declaration
public AnnotationConstraints Constraints { get; set; }
Property Value
Type |
---|
AnnotationConstraints |
IsLocked
Gets or Sets the Status of the Locked checkbox
Declaration
public bool IsLocked { get; set; }
Property Value
Type |
---|
System.Boolean |
ModifiedDate
Gets or sets the modified date and time for the annotation.
Declaration
public DateTime ModifiedDate { get; set; }
Property Value
Type |
---|
System.DateTime |
Opacity
Gets or Sets the opacity value for the annotation which ranges from 0 to 1.
Declaration
public float Opacity { get; set; }
Property Value
Type |
---|
System.Single |
Subject
Gets or sets the subject for the annotation.
Declaration
public string Subject { get; set; }
Property Value
Type |
---|
System.String |
Text
Gets or sets the content for the annotation.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |