Table of Contents
NoLink Property

Specifies whether to disable links in the HTML file.

Syntax
 public Boolean NoLink { get; set; }
Remarks

By default, the Html to PDF converter hyperlinks in the HTML file into links inside the PDF file. Setting this property to true turns off this feature.

See Also