Class SvgRenderer

Class SvgRenderer

Název místa: Aspose.Html.Rendering Sbírka: Aspose.HTML.dll (25.4.0)

Představuje SVG dokument renderer.

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

Inheritance

object Renderer Renderer SvgRenderer

Implements

IDisposable

Dědiční členové

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, parám SVGDokument[])

Definuje metodu renderování více Aspose.Html.Dom.Svg.SVGD dokumentů do specifických Aspose.Html.Rendering.IDevice.

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

Parameters

device IDevice

Výstupní zařízen.

timeout TimeSpan

System.TimeSpan, který představuje počet milisekund čekat, nebo System.TimeSpan, který představuje -1 milisekund čekat nekonečn.

sources SVGDocument []a[]

Doklady SVG jsou k dispozici.

Render(IDevice, CancellationToken, params SVGDokument[])

Definuje metodu renderování několika Aspose.Html.Dom.Svg.SVGD dokumentů do konkrétního Aspose.Html.Rendering.IDevice, pomocí tokenu pro zrušení požádat o zrušení operace.

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

Parameters

device IDevice

Výstupní zařízen.

cancellationToken CancellationToken

Zrušení token sledovat, zatímco čeká na dokončení úkolu.

sources SVGDocument []a[]

Doklady SVG jsou k dispozici.

Vidět také

SVGDocument

 Čeština