ExpertPdf Html to Pdf Converter Library
GetElementsByTagName Method (htmlElementTagName)
NamespacesExpertPdf.HtmlToPdfHtmlElementMappingsCollectionGetElementsByTagName(String)
ExpertPdf Html to Pdf Converter Library
Gets the mapping in PDF of the HTML elements with the specified HTML tag name. The search is case insensitive.
Declaration Syntax
C#Visual BasicVisual C++
public HtmlElementMapping[] GetElementsByTagName(
	string htmlElementTagName
)
Public Function GetElementsByTagName ( _
	htmlElementTagName As String _
) As HtmlElementMapping()
public:
array<HtmlElementMapping^>^ GetElementsByTagName(
	String^ htmlElementTagName
)
Parameters
htmlElementTagName (String)
The HTML tag name of the element.
Return Value
The mappings in PDF of the specified HTML elements or null if no element with the specified tag name was found.

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf) Version: 6.0.0.15153 (6.0.0.0)