DocDevice.BeginElement

DocDevice.BeginElement method

html ノードのレンダリングを開始します。

public override bool BeginElement(Element element, RectangleF rect)
パラメータタイプ説明
elementElementhtml 要素。
rectRectangleFノードの境界ボックス。

戻り値

要素を処理する必要がある場合は [true] を返します。

関連項目