Class SvgRenderer
Namespace: Aspose.Html.Rendering
Assembly: Aspose.HTML.dll (25.2.0)
Represents SVG document renderer.
[ComVisible(true)]
public class SvgRenderer : Renderer<svgdocument>, IDisposable
Inheritance
object ← Renderer ← Renderer<svgdocument> ← SvgRenderer
Implements
Inherited Members
Renderer<svgdocument>.Render(IDevice, SVGDocument), Renderer<svgdocument>.Render(IDevice, SVGDocument, TimeSpan), Renderer<svgdocument>.Render(IDevice, SVGDocument, int), Renderer<svgdocument>.Render(IDevice, params SVGDocument[]), Renderer<svgdocument>.Render(IDevice, int, params SVGDocument[]), Renderer<svgdocument>.Render(IDevice, TimeSpan, params SVGDocument[]), Renderer<svgdocument>.Render(IDevice, CancellationToken, params SVGDocument[]), Renderer.Dispose(), Renderer.Dispose(bool), object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
SvgRenderer()
public SvgRenderer()
Methods
Render(IDevice, TimeSpan, params SVGDocument[])
Defines method for rendering multiple Aspose.Html.Dom.Svg.SVGDocuments into specific Aspose.Html.Rendering.IDevice.
public override void Render(IDevice device, TimeSpan timeout, params SVGDocument[] sources)
Parameters
device
IDevice
The output device.
timeout
TimeSpan
A System.TimeSpan that represents the number of milliseconds to wait, or a System.TimeSpan that represents -1 millisecond to wait indefinitely.
sources
SVGDocument[]
The SVG documents to render.
Render(IDevice, CancellationToken, params SVGDocument[])
Defines a method for rendering multiple Aspose.Html.Dom.Svg.SVGDocuments into a specific Aspose.Html.Rendering.IDevice, using a cancellation token to request cancellation of the operation.
public override void Render(IDevice device, CancellationToken cancellationToken, params SVGDocument[] sources)
Parameters
device
IDevice
The output device.
cancellationToken
CancellationToken
A cancellation token to observe while waiting for the task to complete.
sources
SVGDocument[]
The SVG documents to render.
See Also
SVGDocument </svgdocument></svgdocument></svgdocument></svgdocument></svgdocument></svgdocument></svgdocument></svgdocument>