DeviceTGraphicContext, TRenderingOptionsEndElement Method
Ends rendering of the html node.

Namespace: Aspose.Html.Rendering
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public abstract void EndElement(
	Element element
)

Parameters

element
Type: Aspose.Html.DomElement
The html element.

Implements

IDeviceEndElement(Element)
See Also