This sample shows how to find and highlight phrase in a PDF document in C# and VB.NET.
Use the PdfPage.GetWords method to extract information about all words on a PDF page. Find your phrase in the collection of words. Then highlight the result using the PdfPage.AddHighlightAnnotation method.