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[]) | |
override Render(IDevice, CancellationToken, params SVGDocument[]) | Defines a method for rendering multiple SVGDocument s 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) | |
override Render(IDevice, TimeSpan, params SVGDocument[]) | Defines method for rendering multiple SVGDocument s 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>
- namespace Aspose.Html.Rendering
- assembly Aspose.HTML