Class SvgRenderer
Il nome: Aspose.Svg.Rendering Assemblea: Aspose.SVG.dll (25.5.0)
Render di documenti SVG.
[ComVisible(true)]
public class SvgRenderer : Renderer<svgdocument>, IDisposable
Inheritance
object
←
Renderer
←
Renderer
Implements
I membri ereditari
Renderer
Constructors
SvgRenderer()
public SvgRenderer()
Methods
Render(IDevice, TimeSpan, parami SVGDocumento[])
Definisce il metodo per rendere più documenti Aspose.Svg.Rendering.IDevice specifici.
public override void Render(IDevice device, TimeSpan timeout, params SVGDocument[] sources)
Parameters
device
IDevice
Il dispositivo di produzione.
timeout
TimeSpan
Un System.TimeSpan che rappresenta il numero di millisecondi da aspettare, o un System.TimeSpan che rappresenta -1 millisecondi da aspettare indefinitamente.
sources
SVGDocument
[ ]
I documenti SVG da presentare.
Render(IDevice, CancellazioneToken, parami SVGDocument[])
Definisce un metodo per rendere più documenti Aspose.Svg.Rendering.IDevice in un specifico, utilizzando un token di cancellazione per richiedere l’annullamento dell’operazione.
public override void Render(IDevice device, CancellationToken cancellationToken, params SVGDocument[] sources)
Parameters
device
IDevice
Il dispositivo di produzione.
cancellationToken
CancellationToken
Un token di cancellazione da osservare in attesa di completare il compito.
sources
SVGDocument
[ ]
I documenti SVG da presentare.