Class FreeTextPopupAppearingEventArgs
Provides data for the FreeTextPopupAppearing event.
Inheritance
System.Object
FreeTextPopupAppearingEventArgs
Namespace: Syncfusion.SfPdfViewer.iOS
Assembly: Syncfusion.SfPdfViewer.iOS.dll
Syntax
public class FreeTextPopupAppearingEventArgs : EventArgs
Properties
Text
Get the text content of free text annotation
Declaration
public string Text { get; }
Property Value
Type |
---|
System.String |