|  | 
| HtmlToPdfOptionsExternalLinksEnabled Property  | 
 
            Controls the rendering of external hyperlinks in pdf.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic bool ExternalLinksEnabled { get; set; }Public Property ExternalLinksEnabled As Boolean
	Get
	Set
Property Value
Type: 
Boolean Remarks
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
See Also