HiQPdf Documentation

HtmlElementInfoCollectionFindElementByTag Method

HiQPdf Client for .NET Core
Searches a HtmlElementInfo in collection by HTML element tag name

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public HtmlElementInfo[] FindElementByTag(
	string tag
)

Parameters

tag
Type: SystemString
The case insensitive HTML element tag

Return Value

Type: HtmlElementInfo
The HtmlElementInfo matching the tag name
See Also

Reference