![Pdf Library for .NET](../icons/logo.png) |
PdfHtmlSectionExternalLinksEnabled Property |
Controls the rendering of external hyperlinks in pdf.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntaxpublic bool ExternalLinksEnabled { get; set; }
Public Property ExternalLinksEnabled As Boolean
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