Class TextMarkupAnnotationSettings
Represents the customization of text markup annotation which is selected
Inheritance
System.Object
TextMarkupAnnotationSettings
Namespace: Syncfusion.SfPdfViewer.Android
Assembly: Syncfusion.SfPdfViewer.Android.dll
Syntax
public class TextMarkupAnnotationSettings : Object
Constructors
TextMarkupAnnotationSettings()
Instantiates a new instance of the TextMarkupAnnotationSettings class.
Declaration
public TextMarkupAnnotationSettings()
Properties
Color
Gets or sets the color of the selected text markup annotation color.
Declaration
public Color Color { get; set; }
Property Value
Type |
---|
Android.Graphics.Color |
Constraints
Gets or sets a value that indicates the constraints to the annotation interactions.
Declaration
public AnnotationConstraints Constraints { get; set; }
Property Value
Type |
---|
AnnotationConstraints |
IsLocked
Gets or sets a value that indicates whether the annotations can be edited. if this property is true, annotation selection, resizing, moving and editing actions will be disabled for the user. Default value is false.
Declaration
public bool IsLocked { get; set; }
Property Value
Type |
---|
System.Boolean |
Remarks
When the property is true, only the tapped event will be raised, and the selected event will not be raised.