Click or drag to resize
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.HtmlToPdf
Assembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntax
public string[] TagNames { get; set; }

Property Value

Type: String
See Also