| RendererTDocumentRender Method (IDevice, TDocument) |
Defines method for rendering
[!:TDocument] into specified
IDevice.
Namespace: Aspose.Svg.RenderingAssembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntaxpublic 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.Svg.RenderingIDevice
The output device. - document
- Type: TDocument
The document.
See Also