 | PdfSearchFoundResults Property |
Gets a copy of search results.
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.52.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.52.2704
Syntaxpublic FoundText[] FoundResults { get; }
Public ReadOnly Property FoundResults As FoundText()
Get
public:
property array<FoundText>^ FoundResults {
array<FoundText>^ get ();
}
member FoundResults : FoundText[] with get
/** @property */
public FoundText[] get_FoundResults()
function get_FoundResults();
Property Value
Type:
FoundText
See Also