FileCreateStreamProvider.GetStream
Contents
[
Hide
]GetStream(String, String)
Provides a stream for rendering.
public Stream GetStream(String name, String extension)
Parameter | Type | Description |
---|---|---|
name | String | The name of the stream. |
extension | String | The file name extension to use if a file stream is being created. |
Return Value
A Stream object that is used for writing data during the rendering operations.
See Also
- class FileCreateStreamProvider
- package com.aspose.html.IO
- package Aspose.HTML
GetStream(String, String, int)
Provides a stream for rendering.
public Stream GetStream(String name, String extension, int page)
Parameter | Type | Description |
---|---|---|
name | String | The name of the stream. |
extension | String | The file name extension to use if a file stream is being created. |
page | Int32 | The page number of the document. |
Return Value
A Stream object that is used for writing data during the rendering operations.
See Also
- class FileCreateStreamProvider
- package com.aspose.html.IO
- package Aspose.HTML