Class SvgRenderer

Class SvgRenderer

ja nimityö: Aspose.Html.Rendering Kokoelma: Aspose.HTML.dll (25.4.0)

Esittelee SVG-dokumentti rendereri.

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

Inheritance

object Renderer Renderer SvgRenderer

Implements

IDisposable

Perintöjäsenet

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, params SVGDokumentti[])

Määritellään menetelmä useiden Aspose.Html.Dom.Svg.SVGD-asiakirjojen tuottamiseksi erityiseen Aspose.Html.Rendering.IDevice.

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

Parameters

device IDevice

Tuotettavan laitteen käyttö.

timeout TimeSpan

System.TimeSpan, joka edustaa milisekuntien määrä odottaa, tai System.TimeSpan, joka edustaa -1 milisekuntia odottaa loputtomasti.

sources SVGDocument []

SVG:n asiakirjat on luovutettava.

Render(IDevice, CancellationToken, params SVGDokumentti[])

Määrittää menetelmän useiden Aspose.Html.Dom.Svg.SVGD-asiakirjojen luovuttamiseksi tiettyyn Aspose.Html.Rendering.IDevicein käyttämällä peruutuskoodia pyytää toiminnan peruuttamista.

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

Parameters

device IDevice

Tuotettavan laitteen käyttö.

cancellationToken CancellationToken

Peruutuskuva on tarkkailtava, kun odottaa tehtävän suorittamista.

sources SVGDocument []

SVG:n asiakirjat on luovutettava.

Katso myös

SVGDocument

 Suomi