Class SvgRenderer
名称: Aspose.Svg.Rendering 会議: Aspose.SVG.dll (25.5.0)
SVGドキュメントレンダーを表示します。
[ComVisible(true)]
public class SvgRenderer : Renderer<svgdocument>, IDisposable
Inheritance
object
←
Renderer
←
Renderer
Implements
相続人
Renderer
Constructors
SvgRenderer()
public SvgRenderer()
Methods
Render(IDevice, TimeSpan, パラム SVGDドキュメント[])
Aspose.Svg.Rendering.IDevice に複数の ASPOSE ドキュメントを表示する方法を定義します。
public override void Render(IDevice device, TimeSpan timeout, params SVGDocument[] sources)
Parameters
device
IDevice
出力装置です。
timeout
TimeSpan
待つミリ秒の数を表すSystem.TimeSpan、または待つミリ秒を表すSystem.TimeSpan。
sources
SVGDocument
( )
SVGの文書を提出します。
Render(IDevice, CancellationToken, パラム SVGDドキュメント[])
複数の Aspose.Svg.Rendering.IDevice を一つの特定の ASPOSE にリリースする方法を定義し、キャンセル トークンを使用して操作の取り消しを要求します。
public override void Render(IDevice device, CancellationToken cancellationToken, params SVGDocument[] sources)
Parameters
device
IDevice
出力装置です。
cancellationToken
CancellationToken
任務が完了するのを待つ間に観察するキャンセルトークン。
sources
SVGDocument
( )
SVGの文書を提出します。