[]
Render the HTML document.
public float Render(RectangleF rc, float offset)
Type | Name | Description |
---|---|---|
RectangleF | rc | The rectangle in points for drawing. |
float | offset | The offset of the frame. |
Type | Description |
---|---|
float | The frame bottom calculated value. |
Render using the IRendering interface.
public void Render(RectangleF rc)
Type | Name | Description |
---|---|---|
RectangleF | rc | The rectangle in points for drawing. |