DocDevice.BeginElement

DocDevice.BeginElement method

Begins rendering of the html node.

public override bool BeginElement(Element element, RectangleF rect)
ParameterTypeDescription
elementElementThe html element.
rectRectangleFBounding box of the node.

Return Value

Returns [true] if element should be processed.

See Also