ICreateStreamProvider.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
- interface ICreateStreamProvider
- namespace Aspose.Svg.IO
- assembly Aspose.SVG
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
- interface ICreateStreamProvider
- namespace Aspose.Svg.IO
- assembly Aspose.SVG