ICreateStreamProvider Interface
ICreateStreamProvider interface
Represents an interface that can be implemented by classes providing streams to the rendering devices.
public interface ICreateStreamProvider : IDisposable
Methods
| Name | Description |
|---|---|
| GetStream(string, string) | Provides a stream for rendering. |
| GetStream(string, string, int) | Provides a stream for rendering. |
| ReleaseStream(Stream) | Releases the stream. |
See Also
- namespace Aspose.Html.IO
- assembly Aspose.HTML