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