|  | 
| PdfHtmlElementInternalLinksEnabled Property  | 
 
            Controls the conversion of internal html links to internal pdf links.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic bool InternalLinksEnabled { get; set; }Public Property InternalLinksEnabled As Boolean
	Get
	Set
Property Value
Type: 
Boolean Remarks
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
See Also