HtmlElementInfoCollectionAdd Method

Adds an HTML element to the collection

Definition

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

Parameters

element  HtmlElementInfo
The HTML element to add

See Also