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