PdfBookmarkOptionsTagNames Property |
Gets or sets the names of the HTML tags to be bookmarked, e.g. "H1".
If null or empty no bookmark will be generated for the PDF document.
Note: This is used only by the IE rendering engine.
Namespace: ExpertPdf.HtmlToPdfAssembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntaxpublic string[] TagNames { get; set; }
Public Property TagNames As String()
Get
Set
Property Value
Type:
String
See Also