MhtmlRenderer.Render
内容
[
隐藏
]Render(IDevice, TimeSpan, params Stream[])
将多个 MHTML 文档渲染到指定的位置IDevice
. 一旦没有任何用于加载资源、活动计时器、动画任务的网络操作或指定的超时已过,将执行渲染。
public override void Render(IDevice device, TimeSpan timeout, params Stream[] documents)
范围 | 类型 | 描述 |
---|---|---|
device | IDevice | 装置。 |
timeout | TimeSpan | ATimeSpan表示要等待的毫秒数,或者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 | ATimeSpan表示要等待的毫秒数,或者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 | ATimeSpan表示要等待的毫秒数,或者TimeSpan表示 -1 毫秒无限期等待。 |
也可以看看
- interface IDevice
- class Configuration
- class MhtmlRenderer
- 命名空间 Aspose.Html.Rendering
- 部件 Aspose.HTML