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
array<HtmlElementMapping>[]()[][]
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.dll) Version: 9.2.0.25824 (9.2.0.0)