Class HighlightAnnotationSettings
Represents the default appearance of highlight text markup annotation to be drawn in the page of the PDF document.
Inheritance
System.Object
HighlightAnnotationSettings
Namespace: Syncfusion.SfPdfViewer.iOS
Assembly: Syncfusion.SfPdfViewer.iOS.dll
Syntax
public class HighlightAnnotationSettings : Object
Properties
Color
Gets or sets the default color of highlight text markup annotation.
Declaration
public UIColor Color { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | the default color of highlight text markup annotation is yellow. |
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
Declaration
public bool IsLocked { get; set; }
Property Value
Type |
---|
System.Boolean |
Opacity
Gets or sets default opacity of highlight text markup annotation.
Declaration
public float Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Single | Default highlight text markup opacity is 0.5 |