DeviceTGraphicContext, TRenderingOptionsBeginDocument Method
Begins rendering of the document.

Namespace: Aspose.Html.Rendering
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public virtual void BeginDocument(
	Document document
)

Parameters

document
Type: Aspose.Html.DomDocument
The document.

Implements

IDeviceBeginDocument(Document)
See Also