Пример #1
0
 public PdfView.PdfMatches Search(string text, bool matchCase, bool wholeWord)
 {
     return(TranslateMatches(_document.Search(text, matchCase, wholeWord)));
 }