Gets or sets a value indicating whether or not the RenderRichText will automatically format a Uniform Resource Locator (URL) when it is found into the assigned Rtf text.

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public bool DetectUrls { get; set; }
Visual Basic (Declaration)
Public Property DetectUrls As Boolean

See Also