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
- package com.aspose.html.IO
- package Aspose.HTML