ImageDeviceBeginElement Method
Begins rendering of the html element.

Namespace: Aspose.Html.Rendering.Image
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public override bool BeginElement(
	Element element,
	RectangleF rect
)

Parameters

element
Type: Aspose.Html.DomElement
The html element.
rect
Type: System.DrawingRectangleF
Bounding box of the node.

Return Value

Type: Boolean
Returns [true] if element should be processed.

Implements

IDeviceBeginElement(Element, RectangleF)
See Also