PdfDocumentOptionsInternalLinksEnabled Property |
When true this options instructs the converter to convert the internal HTML links (links with anchors)
to internal PDF links. This feature can be used for example to create table of contents in the generated PDF.
The default value is true.
Namespace:
ExpertPdf.HtmlToPdf
Assembly:
ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax public bool InternalLinksEnabled { get; set; }
Public Property InternalLinksEnabled As Boolean
Get
Set
Property Value
Type:
BooleanSee Also