The part of the code is braking on the 3 page of document in the last line :
PdfTextFindOptions findOptions = new PdfTextFindOptions();
findOptions.Parameter = TextFindParameter.WholeWord | TextFindParameter.IgnoreCase;
PdfTextFinder finder = new PdfTextFinder(page);
finder.Options = findOptions;
List<PdfTextFragment> result = finder.Find(word);
The document has more then 3 pages and word exsists.
The document is to large for attaching so I'm sending it to email (support@e-iceblue.com).
Regards
Biljana.