Class EpubRenderer
名称: Aspose.Html.Rendering セットアップ: Aspose.HTML.dll (25.5.0)
EPUB ドキュメントレンダーを表示します。
[ComVisible(true)]
public class EpubRenderer : Renderer<stream>, IDisposableInheritance
object
←
Renderer
←
Renderer
Implements
相続人
Renderer
Constructors
EpubRenderer()
public EpubRenderer()Methods
Render(IDevice、TimeSpan、パラムストリーム[])
複数の EPUB System.IO.Streams を特定の Aspose.Html.Rendering.IDevice に表示する方法を定義します。
public override void Render(IDevice device, TimeSpan timeout, params Stream[] sources)Parameters
device IDevice
出力装置です。
timeout TimeSpan
待つミリ秒の数を表すSystem.TimeSpan、または待つミリ秒を表すSystem.TimeSpan。
sources Stream
( )
EPUBの書類が届きます。
Render(IDevice, CancellationToken, パラムストリーム[])
複数の EPUB ドキュメントを特定の Aspose.Html.Rendering.IDevice にリリースする方法を定義し、キャンセル トークンを使用してキャンセルを要求します。
public override void Render(IDevice device, CancellationToken cancellationToken, params Stream[] sources)Parameters
device IDevice
出力装置です。
cancellationToken CancellationToken
A System.Threading.Cancellation 任務が完了するのを待つ間に観察することができる。
sources Stream
( )
EPUBの書類が届きます。
Render(IDEVICE、ストリーム、設定)
EPUB ドキュメントを指定した Aspose.Html.Rendering.IDevice に送信します。
public void Render(IDevice device, Stream source, Configuration configuration)Parameters
device IDevice
装置です。
source Stream
EPUBドキュメンタリー
configuration Configuration
構成です。
Render(IDevice、ストリーム、設定、TimeSpan)
EPUB ドキュメントを指定した Aspose.Html.Rendering.IDevice に送信します。リリースは、ロードリソース、アクティブタイマー、アニメーションタスク、または特定のタイムアウトのためのネットワーク作業が実行されていない場合に実行されます。
public void Render(IDevice device, Stream source, Configuration configuration, TimeSpan timeout)Parameters
device IDevice
装置です。
source Stream
EPUBドキュメンタリー
configuration Configuration
構成です。
timeout TimeSpan
待つミリ秒の数を表すSystem.TimeSpan、または待つミリ秒を表すSystem.TimeSpan。
Render(トップ > ストリーム > ストリーム>, ・設定)
複数の EPUB ドキュメントを指定した Aspose.Html.Rendering.IDevice に送信します。
public void Render(IDevice device, IList<stream> sources, Configuration configuration)Parameters
device IDevice
装置です。
System.Collections.Generic.IList`1 の EPUB ドキュメントを提出します。
configuration Configuration
構成です。
Render(トップ > ストリーム > ストリーム>, 設定、タイムスパン)
複数の EPUB ドキュメントを指定した Aspose.Html.Rendering.IDevice に送信します。リリースは、ロードリソース、アクティブタイマー、アニメーションタスク、または特定のタイムアウトのためのネットワーク作業が実行されていない場合に実行されます。
public void Render(IDevice device, IList<stream> sources, Configuration configuration, TimeSpan timeout)Parameters
device IDevice
装置です。
System.Collections.Generic.IList`1 の EPUB ドキュメントを提出します。
configuration Configuration
構成です。
timeout TimeSpan
待つミリ秒の数を表すSystem.TimeSpan、または待つミリ秒を表すSystem.TimeSpan。