Class InkAnnotation
Represents the details about ink annotation.
Inheritance
System.Object
InkAnnotation
Implements
Namespace: Syncfusion.SfPdfViewer.Android
Assembly: Syncfusion.SfPdfViewer.Android.dll
Syntax
public class InkAnnotation : Object, IAnnotation
Constructors
InkAnnotation()
Instantiates a new instance of the InkAnnotation class.
Declaration
public InkAnnotation()
Properties
InkPointsCollection
Gets or sets the collection of strokes which are represented by a series of alternate X and Y coordinates.
Declaration
public List<List<float>> InkPointsCollection { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Collections.Generic.List<System.Single>> | Default value is empty list. |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Settings
Gets or sets the value to customize the selected ink annotation
Declaration
public InkAnnotationSettings Settings { get; set; }
Property Value
Type | Description |
---|---|
InkAnnotationSettings |