SvgRenderer Class
Contents
[
Hide
]SvgRenderer class
Represents SVG document renderer.
public class SvgRenderer : Renderer<SVGDocument>
Constructors
| Name | Description |
|---|---|
| SvgRenderer() | The default constructor. |
Methods
| Name | Description |
|---|---|
| dispose() | Releases unmanaged and - optionally - managed resources. |
| render(IDevice, SVGDocument) | |
| render(IDevice, params SVGDocument[]) | |
| render(IDevice, CancellationToken, params SVGDocument[]) | Defines a method for rendering multiple SVGDocuments into a specific IDevice, using a cancellation token to request cancellation of the operation. |
| render(IDevice, int, params SVGDocument[]) | |
| render(IDevice, SVGDocument, int) | |
| render(IDevice, SVGDocument, TimeSpan) | |
| render(IDevice, TimeSpan, params SVGDocument[]) | Defines method for rendering multiple SVGDocuments into specific IDevice. The rendering will be performed once there are no any network operations for loading resources, active timers, animation tasks or specified timeout is elapsed. |
See Also
- class SVGDocument
- class Renderer<TSource>
- package com.aspose.html.rendering
- package Aspose.HTML