Find a hyperlink annotation within a document

What is the quickest way to find a hyperlink annotation containing specific text in a PDF document?

Thank you for contacting us about this. If you are looking to search through the list of annotations in the document using the SDK, you can do so by traversing through the annotations and searching for specific link annotations. Please see the sample code here for more information.

The sample code above has a Link example where you can extract the URL information from the annotation.