Note This page contains release notes for GroupDocs.Parser for .NET 20.6.1 Full List of Issues Covering all Changes in this Release Key Summary Category PARSERNET-1555 Misspelling in GetHyperlinks method name Bug Public API and Backward Incompatible Changes Misspelling in GetHyperlinks method name Description This hot-fix fixes misspelling in GetHyperlinks methods name in Parser class.
Public API changes GroupDocs.Parser.Parser public class was updated with changes as follows:
Renamed GetHyperlinks method Renamed GetHyperlinks(Int32) method Renamed GetHyperlinks(PageAreaOptions) method Renamed GetHyperlinks(Int32, PageAreaOptions) method Usage The following example shows how to extract Hyperlinks from the document page area:...example shows how to extract hyperlinks from the document page area:...if the document supports hyperlink extraction if (! parser ....