ICreateStreamProvider.GetStream
GetStream(string, string)
提供用于渲染的流。
public Stream GetStream(string name, string extension)
范围 | 类型 | 描述 |
---|---|---|
name | String | 流的名称。 |
extension | String | 创建文件流时要使用的文件扩展名。 |
返回值
用于在呈现操作期间写入数据的 Stream 对象。
也可以看看
- interface ICreateStreamProvider
- 命名空间 Aspose.Html.IO
- 部件 Aspose.HTML
GetStream(string, string, int)
提供用于渲染的流。
public Stream GetStream(string name, string extension, int page)
范围 | 类型 | 描述 |
---|---|---|
name | String | 流的名称。 |
extension | String | 创建文件流时要使用的文件扩展名。 |
page | Int32 | 文档的页码。 |
返回值
用于在呈现操作期间写入数据的 Stream 对象。
也可以看看
- interface ICreateStreamProvider
- 命名空间 Aspose.Html.IO
- 部件 Aspose.HTML