ExpertPdf PDF Creator Library
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.

Declaration Syntax
public string[] TagNames { get; set; }Public Property TagNames As String()
public:
property array<String^>^ TagNames {
array<String^>^ get ();
void set (array<String^>^ value);
}Assembly:
ExpertPdf.PdfCreator (Module: ExpertPdf.PdfCreator) Version: 5.2.0.0 (5.2.0.0)