Class SvgRenderer

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 SvgRenderer

Implements

IDisposable

I membri ereditari

Renderer.Render(IDevice, SVGDocument) , Renderer.Render(IDevice, SVGDocument, TimeSpan) , Renderer.Render(IDevice, SVGDocument, int) , Renderer.Render(IDevice, params SVGDocument[]) , Renderer.Render(IDevice, int, params SVGDocument[]) , Renderer.Render(IDevice, TimeSpan, params SVGDocument[]) , Renderer.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, 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.

Vedi anche

SVGDocument

 Italiano