|
HtmlToPdfOptionsExternalLinksEnabled Property
|
Controls the rendering of external hyperlinks in pdf.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic bool ExternalLinksEnabled { get; set; }Public Property ExternalLinksEnabled As Boolean
Get
Set
Property Value
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