ExpertPdf PDF Creator Library
TagNames Property
NamespacesExpertPdf.PdfCreatorPdfBookmarkOptionsTagNames
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
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.PdfCreator (Module: ExpertPdf.PdfCreator.dll) Version: 9.2.0.25824 (9.2.0.0)