When true this options instructs the HTML to PDF element to convert the internal HTML links to internal PDF links. The default value is true.

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

Syntax

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

Property Value

Type: Boolean

See Also