PdfDevice.BeginElement

PdfDevice.BeginElement method

Begins rendering of the element.

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

Return Value

Returns [true] if element should be processed.

See Also