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.

C# | Visual Basic | Visual C++ |
public string[] TagNames { get; set; }
Public Property TagNames As String() Get Set
public: property array<String^>^ TagNames { array<String^>^ get (); void set (array<String^>^ value); }

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)