Class SquareAnnotation
Represents an annotation that displays a square on the page.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.Maui.PdfViewer
Assembly: Syncfusion.Maui.PdfViewer.dll
Syntax
public class SquareAnnotation : ShapeAnnotation, INotifyPropertyChanged
Constructors
SquareAnnotation(RectF, Int32)
Initializes a new instance of the SquareAnnotation class.
Declaration
public SquareAnnotation(RectF bounds, int pageNumber)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.Maui.Graphics.RectF | bounds | Bounds of the square annotation. |
System.Int32 | pageNumber | The page number to which the line should be added. |
Properties
BorderStyle
Gets or sets the Border Style of the Square Annotation
Declaration
public BorderStyle BorderStyle { get; set; }
Property Value
Type |
---|
BorderStyle |
Implements
System.ComponentModel.INotifyPropertyChanged