Class SvgRenderer

Class SvgRenderer

名称: Aspose.Html.Rendering セットアップ: Aspose.HTML.dll (25.4.0)

SVGドキュメントレンダーを表示します。

[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, パラム 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の文書を提出します。

こちらも見る

SVGDocument

 日本語
OSZAR »