Click or drag to resize
Pdf Library for .NET

HtmlToPdfOptionsInternalLinksEnabled Property

Controls the conversion of internal html links to internal pdf links.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public bool InternalLinksEnabled { get; set; }

Property Value

Type: Boolean
Remarks
The default value for this property is true and in this case all internal hyperlinks from the web page (links that point within the web page) will be rendered in the generated pdf document as internal pdf links (clicking one of them will jump within the pdf document).
See Also