HtmlElementInfoCollectionAdd Method

Adds an HTML element to the collection

Definition

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

Parameters

element  HtmlElementInfo
The HTML element to add

See Also