HtmlElementMappingsCollectionGetElementsByTagName Method
Gets the mapping in PDF of the HTML elements with the specified HTML tag name.
The search is case insensitive.
Namespace: EvoPdfClientAssembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
public HtmlElementMapping[] GetElementsByTagName(
string htmlElementTagName
)
Public Function GetElementsByTagName (
htmlElementTagName As String
) As HtmlElementMapping()
- htmlElementTagName String
- The HTML tag name of the element.
HtmlElementMappingThe mappings in PDF of the specified HTML elements or null if no element
with the specified tag name was found.