Constructor PdfTextSearchResult
PdfTextSearchResult(string, string, bool, int, int, int, bool, IReadOnlyList<TextMatch>)
Initializes a new instance of the PdfTextSearchResult class.
public PdfTextSearchResult(string path, string query, bool caseSensitive, int pageCount, int scannedPages, int totalMatches, bool limitedByMaxMatches, IReadOnlyList<TextMatch> matches)
Parameters
pathstringAbsolute path of the searched PDF.
querystringSearch query.
caseSensitiveboolWhether search was case-sensitive.
pageCountintTotal number of pages in the PDF.
scannedPagesintNumber of scanned pages.
totalMatchesintNumber of returned matches.
limitedByMaxMatchesboolWhether results were capped by
maxMatches.matchesIReadOnlyList<TextMatch>Returned matches.