Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents Namespace > DocumentText Class : LinkPatterns Property |
public static IList<Regex> LinkPatterns {get;}
'Declaration
Public Shared ReadOnly Property LinkPatterns As IList(Of Regex)
'Usage
Dim value As IList(Of Regex) value = DocumentText.LinkPatterns
public static List<Pattern> getLinkPatterns()
public: static property IList<Regex^>^ LinkPatterns { IList<Regex^>^ get(); }
You can add or modify this list to control how links are parsed from text. Call ResetLinkPatterns to set the list back to the default values.
Refer to AutoParseLinks for more information.
For an example, refer to GetLinks