Click or drag to resize
Pdf Library for .NET

PdfHtmlSectionExternalLinksEnabled Property

Controls the rendering of external hyperlinks in pdf.

Namespace:  SelectPdf
Assembly:  Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 23.1
Syntax
public bool ExternalLinksEnabled { get; set; }

Property Value

Type: Boolean
Remarks
The default value for this property is true and in this case all external hyperlinks from the web page will be rendered in the generated pdf document.

When this property is set to false, external links are ignore and they do not appear in the generated pdf document.

See Also