Class SvgRenderer
Pôvodný názov: Aspose.Html.Rendering Zhromaždenie: Aspose.HTML.dll (25.4.0)
Predstavuje SVG dokument renderer.
[ComVisible(true)]
public class SvgRenderer : Renderer<svgdocument>, IDisposable
Inheritance
object
←
Renderer
←
Renderer
Implements
Z dedičných členov
Renderer
Constructors
SvgRenderer()
public SvgRenderer()
Methods
Render(IDevice, TimeSpan, params SVGDokument[])
Definuje metódu renderovania viacerých Aspose.Html.Dom.Svg.SVGDokumentov do špecifických Aspose.Html.Rendering.IDevice.
public override void Render(IDevice device, TimeSpan timeout, params SVGDocument[] sources)
Parameters
device
IDevice
Výstupné zariadenie .
timeout
TimeSpan
System.TimeSpan, ktorý predstavuje počet milisekund na čakanie, alebo System.TimeSpan, ktorý predstavuje -1 milisekund na čakanie nekonečne.
sources
SVGDocument
[]
Doklady SVG sa majú odovzdať.
Render(IDevice, CancellationToken, params SVGDokument[])
Definuje metódu renderovania viacerých Aspose.Html.Dom.Svg.SVGDokumentov do konkrétneho Aspose.Html.Rendering.IDevice, pomocou tokenu zrušenia požiadať o zrušenie operácie.
public override void Render(IDevice device, CancellationToken cancellationToken, params SVGDocument[] sources)
Parameters
device
IDevice
Výstupné zariadenie .
cancellationToken
CancellationToken
Zrušiť token sledovať, zatiaľ čo čakať na dokončenie úlohy.
sources
SVGDocument
[]
Doklady SVG sa majú odovzdať.