Class FreeTextAnnotationSelectedEventArgs
Provides data for the FreeTextAnnotationSelected event.
Inheritance
System.Object
FreeTextAnnotationSelectedEventArgs
Namespace: Syncfusion.SfPdfViewer.XForms
Assembly: Syncfusion.SfPdfViewer.XForms.dll
Syntax
public class FreeTextAnnotationSelectedEventArgs : EventArgs
Properties
Bounds
Gets the position and size of the added free text annotation.
Declaration
public Rectangle Bounds { get; }
Property Value
Type |
---|
Xamarin.Forms.Rectangle |
PageNumber
Gets the page number of the added free text annotation.
Declaration
public int PageNumber { get; }
Property Value
Type |
---|
System.Int32 |
Text
Gets the text of the tapped free text annotation.
Declaration
public string Text { get; }
Property Value
Type |
---|
System.String |
TextColor
Gets the color of the tapped free text annotation.
Declaration
public Color TextColor { get; }
Property Value
Type |
---|
Xamarin.Forms.Color |
TextSize
Gets the font size of the tapped free text annotation.
Declaration
public float TextSize { get; }
Property Value
Type |
---|
System.Single |