HiQPdf Documentation

HtmlElementInfoCollectionFindElementByTag Method

Quickly Create High Quality PDFs
Searches a HtmlElementInfo in collection by HTML element tag name

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.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