Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Show in webframe

LinkPatterns Property






Regular expressions to use when parsing links from text.
Syntax
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();
}

Property Value

A list of the regular expressions to use when parsing links from text. The default value is a list containing two regular expressions: The first to parse links such as http, https, ftp, file, mailto, etc. and the second to parse email addresses.
Remarks

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.

Example

For an example, refer to GetLinks

Requirements

Target Platforms

See Also

Reference

DocumentText Class
DocumentText Members

Error processing SSI file
   Leadtools.Documents requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features