Class PolygonAnnotation
Specifies the information about how the polygon annotation will appear.
Inheritance
System.Object
PolygonAnnotation
Namespace: Syncfusion.SfPdfViewer.Android
Assembly: Syncfusion.SfPdfViewer.Android.dll
Syntax
public class PolygonAnnotation : Object
Properties
Settings
Gets or sets the ShapeAnnotationSettings associated with the shape annotation.
Declaration
public ShapeAnnotationSettings Settings { get; set; }
Property Value
Type | Description |
---|---|
ShapeAnnotationSettings | The shape allows the user to customize the appearance of the shape annotation. |