Class SvgRenderer

Class SvgRenderer

Numele spaţiului: Aspose.Html.Rendering Asamblare: Aspose.HTML.dll (25.4.0)

Reprezintă SVG Document Render.

[ComVisible(true)]
public class SvgRenderer : Renderer<svgdocument>, IDisposable

Inheritance

object Renderer Renderer SvgRenderer

Implements

IDisposable

Membrii moștenitori

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, paramă SVGDocument[])

Define metoda de renderare a mai multor documente Aspose.Html.Dom.Svg.SVGD în specific Aspose.Html.Rendering.IDevice.

public override void Render(IDevice device, TimeSpan timeout, params SVGDocument[] sources)

Parameters

device IDevice

dispozitivul de producţie.

timeout TimeSpan

Un System.TimeSpan care reprezintă numărul de milisecunde de a aștepta, sau un System.TimeSpan care reprezintă -1 milisecunde de a aștepta indefinit.

sources SVGDocument []

Documentele SVG trebuie să fie prezentate.

Render(IDevice, anulareToken, params SVGDocument[])

Define o metodă de renderare a mai multor Aspose.Html.Dom.Svg.SVGDocumente într-un anumit Aspose.Html.Rendering.IDevice, folosind un token de anulare pentru a solicita anularea operațiunii.

public override void Render(IDevice device, CancellationToken cancellationToken, params SVGDocument[] sources)

Parameters

device IDevice

dispozitivul de producţie.

cancellationToken CancellationToken

Un token de anulare pentru a observa în timp ce așteaptă ca sarcina să fie finalizată.

sources SVGDocument []

Documentele SVG trebuie să fie prezentate.

Vezi și

SVGDocument

 Română