Class SvgRenderer
名称: Aspose.Html.Rendering セットアップ: Aspose.HTML.dll (25.4.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.Html.Dom.Svg.SVGD ドキュメントを特定の Aspose.Html.Rendering.IDevice に表示する方法を定義します。
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.Html.Dom.Svg.SVGD ドキュメントを特定の Aspose.Html.Rendering.IDevice にリリースする方法を定義し、キャンセル トークンを使用して操作のキャンセルを要求します。
public override void Render(IDevice device, CancellationToken cancellationToken, params SVGDocument[] sources)
Parameters
device
IDevice
出力装置です。
cancellationToken
CancellationToken
任務が完了するのを待つ間に観察するキャンセルトークン。
sources
SVGDocument
( )
SVGの文書を提出します。