SvgRenderer.Render
Render(IDevice, TimeSpan, params SVGDocument[])
定义渲染多个的方法SVGDocuments具体化IDevice .
public override void Render(IDevice device, TimeSpan timeout, params SVGDocument[] documents)
| 范围 | 类型 | 描述 |
|---|---|---|
| device | IDevice | 输出设备。 |
| timeout | TimeSpan | ATimeSpan表示要等待的毫秒数,或者TimeSpan表示 -1 毫秒无限期等待。 |
| documents | SVGDocument[] | 要呈现的文档。 |
也可以看看
- interface IDevice
- class SVGDocument
- class SvgRenderer
- 命名空间 Aspose.Svg.Rendering
- 部件 Aspose.SVG
Render(IDevice, CancellationToken, params SVGDocument[])
定义了渲染多个的方法SVGDocument进入特定的IDevice,使用取消令牌请求取消操作。
public override void Render(IDevice device, CancellationToken cancellationToken,
params SVGDocument[] documents)
| 范围 | 类型 | 描述 |
|---|---|---|
| device | IDevice | 输出设备。 |
| cancellationToken | CancellationToken | 等待任务完成时要观察的取消令牌。 |
| documents | SVGDocument[] | 要呈现的文档。 |
也可以看看
- interface IDevice
- class SVGDocument
- class SvgRenderer
- 命名空间 Aspose.Svg.Rendering
- 部件 Aspose.SVG