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