Class SvgRenderer

Class SvgRenderer

名称: Aspose.Svg.Rendering 會議: Aspose.SVG.dll (25.5.0)

代表 SVG 文档 renderer。

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

Inheritance

object Renderer Renderer SvgRenderer

Implements

IDisposable

继承人

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

定义多种 Aspose.Svg。SVGD文档转换为特定的Aspose。Rendering.IDevice的方法。

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

Parameters

device IDevice

输出设备。

timeout TimeSpan

一个 System.TimeSpan 代表等待数毫秒,或一个 System.TimeSpan 代表 -1 毫秒等待无限。

sources SVGDocument ( )

SVG文件要提交。

Render(IDevice, CancellationToken, params SVGDocument[])

定义一个方法,以将多个 Aspose.Svg。SVGD文档转换为一个特定的 Asposa.Rendering.IDevice,使用取消标志要求取决操作。

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

Parameters

device IDevice

输出设备。

cancellationToken CancellationToken

一个取消标志要观察,等待任务完成。

sources SVGDocument ( )

SVG文件要提交。

看也

SVGDocument

 中文