ExpertPdf Html to Pdf Converter Library
TagNames Property
NamespacesExpertPdf.HtmlToPdfPdfBookmarkOptionsTagNames
ExpertPdf Html to Pdf Converter 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. Note: This is used only by the IE rendering engine.
Declaration Syntax
C#Visual BasicVisual 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);
}
Property Value
array<String>[]()[][]

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