Class PolygonAnnotation
Represents an annotation that displays a Polygon anotation on the page.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.Maui.PdfViewer
Assembly: Syncfusion.Maui.PdfViewer.dll
Syntax
public class PolygonAnnotation : ShapeAnnotation, INotifyPropertyChanged
Constructors
PolygonAnnotation(List<PointF>, Int32)
Initializes a new instance of the PolygonAnnotation class.
Declaration
public PolygonAnnotation(List<PointF> points, int pageNumber)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<Microsoft.Maui.Graphics.PointF> | points | Points collection that represents the connection points of the polygon annotation.. |
System.Int32 | pageNumber | The page number to which the polygon should be added. |
Properties
BorderStyle
Gets or sets the Border Style of the Polygon Annotation
Declaration
public BorderStyle BorderStyle { get; set; }
Property Value
Type |
---|
BorderStyle |
Points
Gets or sets the connection points of the polygon
Declaration
public List<PointF> Points { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<Microsoft.Maui.Graphics.PointF> |
Implements
System.ComponentModel.INotifyPropertyChanged