Class LineAnnotation
Specifies and allows editing the information about how the line shape annotation will appear.
Inheritance
System.Object
LineAnnotation
Namespace: Syncfusion.SfPdfViewer.XForms
Assembly: Syncfusion.SfPdfViewer.XForms.dll
Syntax
public class LineAnnotation : Object
Properties
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 |
Settings
Gets or sets the line annotation properties.
Declaration
public ShapeAnnotationSettings Settings { get; set; }
Property Value
Type |
---|
ShapeAnnotationSettings |