Class SvgRenderer

Class SvgRenderer

nazivni prostor: Aspose.Html.Rendering Sastav: Aspose.HTML.dll (25.4.0)

Predstavlja SVG dokument renderer.

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

Inheritance

object Renderer Renderer SvgRenderer

Implements

IDisposable

naslijeđeni članovi

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

Definicija metoda za renderiranje više Aspose.Html.Dom.Svg.SVGD dokumenata u određene Aspose.Html.Rendering.IDevice.

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

Parameters

device IDevice

Uređaj za izlazak.

timeout TimeSpan

System.TimeSpan koji predstavlja broj milisekundi za čekanje, ili System.TimeSpan koji predstavlja -1 milisekund za čekanje beskrajno.

sources SVGDocument []

Dokumenti SVG da se predaju.

Render(IDevice, CancellationToken, params SVGDocument[])

Definiše metodu za renderiranje više Aspose.Html.Dom.Svg.SVGDocuments u određenu Aspose.Html.Rendering.IDevice, koristeći token za otkazivanje da zatraži otkazivanje operacije.

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

Parameters

device IDevice

Uređaj za izlazak.

cancellationToken CancellationToken

Otkazni token za promatranje dok čekate da zadatak bude dovršen.

sources SVGDocument []

Dokumenti SVG da se predaju.

Vidjeti također

SVGDocument

 Hrvatski