PdfDocument Object : GetTextFinder Method |
Visual Basic |
---|
Public Function GetTextFinder( _ ByVal PageNumber As Long, _ ByVal pITextFinderOptions As TextFinderOptions _ ) As TextFinder |
A TextFinder object provides access to all text contained in the PDF page, represented as a single text string. You can also perform text searching on this text string and the TextFinder object will provide the text, sentence context, and PDF user-space coordinates of any substring identified as a match by your search process.