Winnovative Logo

HtmlElementMappingsCollectionGetElementsByTagName Method

Winnovative Client for .NET Core
Gets the mapping in PDF of the HTML elements with the specified HTML tag name. The search is case insensitive.

Namespace:  WinnovativeClient
Assembly:  WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 17.0.0
Syntax

public HtmlElementMapping[] GetElementsByTagName(
	string htmlElementTagName
)

Parameters

htmlElementTagName
Type: SystemString
The HTML tag name of the element.

Return Value

Type: HtmlElementMapping
The mappings in PDF of the specified HTML elements or null if no element with the specified tag name was found.
See Also

Reference