PDF .NET Library Documentation - PDF Technologies, Inc.
Gets or sets the URL's automatically created or not.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public bool AutoCreateURL { get; set; }
Visual Basic (Declaration)
Public Property AutoCreateURL As Boolean
Visual C++
public:
property bool AutoCreateURL {
	bool get ();
	void set (bool value);
}

Remarks

If set to true, text written to a page via PDFPage. TextOut will be parsed and if substrings 'http://','mailto:','ftp://' are located a link will be automatically appended to this URL.

See Also