Detect hyperlinks inside text or not. For example, if this property set to 'true' so such text www.website.com will be marked as hyperlink

Namespace:  SautinSoft
Assembly:  SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 3.0.2.0

Syntax

         
 C#  Visual Basic  J# 
public bool HyperlinkDetect { get; set; }
Public Property HyperlinkDetect As Boolean
/** @property */
public boolean get_HyperlinkDetect()
/** @property */
public  void set_HyperlinkDetect(boolean value)

See Also