Class SvgRenderer
nazivni prostor: Aspose.Html.Rendering Sastav: Aspose.HTML.dll (25.4.0)
Predstavlja SVG dokument renderer.
[ComVisible(true)]
public class SvgRenderer : Renderer<svgdocument>, IDisposable
Inheritance
object
←
Renderer
←
Renderer
Implements
naslijeđeni članovi
Renderer
Constructors
SvgRenderer()
public SvgRenderer()
Methods
Render(IDevice, TimeSpan, params SVGDocument[])
Definicija metoda za renderiranje više Aspose.Html.Dom.Svg.SVGD dokumenata u određene Aspose.Html.Rendering.IDevice.
public override void Render(IDevice device, TimeSpan timeout, params SVGDocument[] sources)
Parameters
device
IDevice
Uređaj za izlazak.
timeout
TimeSpan
System.TimeSpan koji predstavlja broj milisekundi za čekanje, ili System.TimeSpan koji predstavlja -1 milisekund za čekanje beskrajno.
sources
SVGDocument
[]
Dokumenti SVG da se predaju.
Render(IDevice, CancellationToken, params SVGDocument[])
Definiše metodu za renderiranje više Aspose.Html.Dom.Svg.SVGDocuments u određenu Aspose.Html.Rendering.IDevice, koristeći token za otkazivanje da zatraži otkazivanje operacije.
public override void Render(IDevice device, CancellationToken cancellationToken, params SVGDocument[] sources)
Parameters
device
IDevice
Uređaj za izlazak.
cancellationToken
CancellationToken
Otkazni token za promatranje dok čekate da zadatak bude dovršen.
sources
SVGDocument
[]
Dokumenti SVG da se predaju.