DocDevice.BeginElement
DocDevice.BeginElement method
Begins rendering of the html node.
public override bool BeginElement(Element element, RectangleF rect)
| Parameter | Type | Description |
|---|---|---|
| element | Element | The html element. |
| rect | RectangleF | Bounding box of the node. |
Return Value
Returns [true] if element should be processed.
See Also
- class Element
- class DocDevice
- namespace Aspose.Html.Rendering.Doc
- assembly Aspose.HTML