Class FreeTextAnnotationAddedEventArgs
Gets the page number, bounds and color of the added free text annotation.
Inheritance
System.Object
FreeTextAnnotationAddedEventArgs
Namespace: Syncfusion.SfPdfViewer.Android
Assembly: Syncfusion.SfPdfViewer.Android.dll
Syntax
public class FreeTextAnnotationAddedEventArgs : EventArgs
Properties
Bounds
Gets the position and size of the added free text annotation.
Declaration
public Rect Bounds { get; }
Property Value
Type |
---|
Android.Graphics.Rect |
FontSize
Gets the font size of the added free text annotation.
Declaration
public float FontSize { get; }
Property Value
Type |
---|
System.Single |
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 added free text annotation.
Declaration
public string Text { get; }
Property Value
Type |
---|
System.String |
TextColor
Gets the text color of the added free text annotation.
Declaration
public Color TextColor { get; }
Property Value
Type |
---|
Android.Graphics.Color |