Class FreeTextPopupAppearingEventArgs
Provides data for the FreeTextPopupAppearing event.
Inheritance
System.Object
FreeTextPopupAppearingEventArgs
Namespace: Syncfusion.SfPdfViewer.Android
Assembly: Syncfusion.SfPdfViewer.Android.dll
Syntax
public class FreeTextPopupAppearingEventArgs : EventArgs
Properties
Text
Gets the text present in the free text popup
Declaration
public string Text { get; }
Property Value
Type |
---|
System.String |