Gets or sets the link destination URL

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public string LinkURL { get; set; }
Visual Basic
Public Property LinkURL As String
	Get
	Set
Visual C++
public:
property String^ LinkURL {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: String

See Also