Class PolylineAnnotation
Represents the Polyline annotation and its appearance settings.
Inheritance
System.Object
    PolylineAnnotation
  Namespace: Syncfusion.SfPdfViewer.XForms
Assembly: Syncfusion.SfPdfViewer.XForms.dll
Syntax
public class PolylineAnnotation : Object
  Properties
Settings
Gets or sets the ShapeAnnotationSettings associated with the polyline shape annotation.
Declaration
public ShapeAnnotationSettings Settings { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ShapeAnnotationSettings | This property allows you to customize the appearance of the polyline shape annotation.  |