Class InkAnnotation
Represents the details about ink annotation.
Inheritance
System.Object
InkAnnotation
Implements
Namespace: Syncfusion.SfPdfViewer.iOS
Assembly: Syncfusion.SfPdfViewer.iOS.dll
Syntax
public class InkAnnotation : Object, IAnnotation
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. |
Settings
Gets or sets the value to customize the selected ink annotation
Declaration
public InkAnnotationSettings Settings { get; set; }
Property Value
Type | Description |
---|---|
InkAnnotationSettings |