RendererTDocumentRender Method (IDevice, TDocument) |
Defines method for rendering
[!:TDocument] into specified
IDevice.
Namespace: Aspose.Html.RenderingAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public void Render(
IDevice device,
TDocument document
)
Public Sub Render (
device As IDevice,
document As TDocument
)
public:
void Render(
IDevice^ device,
TDocument document
)
member Render :
device : IDevice *
document : 'TDocument -> unit
Parameters
- device
- Type: Aspose.Html.RenderingIDevice
The output device. - document
- Type: TDocument
The document.
See Also