HtmlElementInfoCollectionAdd Method

Adds an HTML element to the collection

Definition

Namespace: HiQPdf.Chromium
Assembly: HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 17.5.0
C#
public void Add(
	HtmlElementInfo element
)

Parameters

element  HtmlElementInfo
The HTML element to add

See Also