Class TextMarkupAnnotationSettings
Represents the textmarkup annotation settings.
Inheritance
System.Object
TextMarkupAnnotationSettings
Namespace: Syncfusion.SfPdfViewer.XForms
Assembly: Syncfusion.SfPdfViewer.XForms.dll
Syntax
public class TextMarkupAnnotationSettings : Object
Properties
Color
Gets or sets the color of the selected textmarkup annotation color.
Declaration
public Color Color { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Color |
Constraints
Declaration
public AnnotationConstraints Constraints { get; set; }
Property Value
Type |
---|
AnnotationConstraints |
IsLocked
Gets or sets a value indicating whether the annotations can be edited. If this property is true, annotations can be selected, but resizing, moving, editing and removing actions will be disabled for the user. Default value is false.
Declaration
public bool IsLocked { get; set; }
Property Value
Type |
---|
System.Boolean |
Opacity
Gets or sets the opacity of text markup annotation.
Declaration
public float Opacity { get; set; }
Property Value
Type |
---|
System.Single |