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
Implements
Membrii moștenitori
Renderer
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.