Class UnderlineAnnotation
Represents the underline annotation on the text contents in the page.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.Maui.PdfViewer
Assembly: Syncfusion.Maui.PdfViewer.dll
Syntax
public class UnderlineAnnotation : Annotation, INotifyPropertyChanged
Constructors
UnderlineAnnotation(Int32, List<RectF>)
Initializes a new instance of UnderlineAnnotation class.
Declaration
public UnderlineAnnotation(int pageNumber, List<RectF> textBoundsCollection)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | pageNumber | The page number to which the annotation should be added. |
System.Collections.Generic.List<Microsoft.Maui.Graphics.RectF> | textBoundsCollection | The bounds collection of the underline annotation that is added to the multiple lines of text. |
Implements
System.ComponentModel.INotifyPropertyChanged