MhtmlRenderer.Render
コンテンツ
[
隠れる
]Render(IDevice, TimeSpan, params Stream[])
複数の MHTML ドキュメントを指定された形式でレンダリングしますIDevice
. リソース、アクティブなタイマー、アニメーション タスク、または指定されたタイムアウトをロードするためのネットワーク操作がなくなると、レンダリングが実行されます。
public override void Render(IDevice device, TimeSpan timeout, params Stream[] documents)
パラメータ | タイプ | 説明 |
---|---|---|
device | IDevice | デバイス。 |
timeout | TimeSpan | あTimeSpan待機するミリ秒数を表す、またはTimeSpanこれは、無期限に待機する -1 ミリ秒を表します。 |
documents | Stream[] | レンダリングするドキュメント。 |
関連項目
- interface IDevice
- class MhtmlRenderer
- 名前空間 Aspose.Html.Rendering
- 組み立て Aspose.HTML
Render(IDevice, Stream, Configuration)
MHTML ドキュメントを指定された形式にレンダリングしますIDevice
.
public void Render(IDevice device, Stream document, Configuration configuration)
パラメータ | タイプ | 説明 |
---|---|---|
device | IDevice | デバイス。 |
document | Stream | ドキュメント。 |
configuration | Configuration | 構成。 |
関連項目
- interface IDevice
- class Configuration
- class MhtmlRenderer
- 名前空間 Aspose.Html.Rendering
- 組み立て Aspose.HTML
Render(IDevice, Stream, Configuration, TimeSpan)
MHTML ドキュメントを指定された形式にレンダリングしますIDevice
. リソース、アクティブなタイマー、アニメーション タスク、または指定されたタイムアウトをロードするためのネットワーク操作がなくなると、レンダリングが実行されます。
public void Render(IDevice device, Stream document, Configuration configuration, TimeSpan timeout)
パラメータ | タイプ | 説明 |
---|---|---|
device | IDevice | デバイス。 |
document | Stream | ドキュメント。 |
configuration | Configuration | 構成。 |
timeout | TimeSpan | あTimeSpan待機するミリ秒数を表す、またはTimeSpanこれは、無期限に待機する -1 ミリ秒を表します。 |
関連項目
- interface IDevice
- class Configuration
- class MhtmlRenderer
- 名前空間 Aspose.Html.Rendering
- 組み立て Aspose.HTML
Render(IDevice, IList<Stream>, Configuration)
複数の MHTML ドキュメントを指定された形式でレンダリングしますIDevice
.
public void Render(IDevice device, IList<Stream> documents, Configuration configuration)
パラメータ | タイプ | 説明 |
---|---|---|
device | IDevice | デバイス。 |
documents | IList`1 | のIListレンダリングするドキュメントの。 |
configuration | Configuration | 構成。 |
関連項目
- interface IDevice
- class Configuration
- class MhtmlRenderer
- 名前空間 Aspose.Html.Rendering
- 組み立て Aspose.HTML
Render(IDevice, IList<Stream>, Configuration, TimeSpan)
複数の MHTML ドキュメントを指定された形式でレンダリングしますIDevice
. リソース、アクティブなタイマー、アニメーション タスク、または指定されたタイムアウトをロードするためのネットワーク操作がなくなると、レンダリングが実行されます。
public void Render(IDevice device, IList<Stream> documents, Configuration configuration,
TimeSpan timeout)
パラメータ | タイプ | 説明 |
---|---|---|
device | IDevice | デバイス。 |
documents | IList`1 | のIListレンダリングするドキュメントの。 |
configuration | Configuration | 構成。 |
timeout | TimeSpan | あTimeSpan待機するミリ秒数を表す、またはTimeSpanこれは、無期限に待機する -1 ミリ秒を表します。 |
関連項目
- interface IDevice
- class Configuration
- class MhtmlRenderer
- 名前空間 Aspose.Html.Rendering
- 組み立て Aspose.HTML