Class FreeTextPopupAppearingEventArgs
Provides data for the FreeTextPopupAppearing event.
Inheritance
System.Object
FreeTextPopupAppearingEventArgs
Namespace: Syncfusion.SfPdfViewer.XForms
Assembly: Syncfusion.SfPdfViewer.XForms.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 |