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.

Namespace:  ExpertPdf.PdfCreator
Assembly:  epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax
public string[] TagNames { get; set; }

Property Value

Type: String
See Also