XpsDeviceEndElement Method
Ends rendering of the html element.

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

Parameters

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

Implements

IDeviceEndElement(Element)
See Also