ICreateStreamProvider Interface
Represents an interface that can be implemented by classes providing streams to the rendering devices.

Namespace: Aspose.Html.IO
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public interface ICreateStreamProvider : IDisposable

The ICreateStreamProvider type exposes the following members.

Methods
  NameDescription
Public methodDispose (Inherited from IDisposable.)
Public methodGetStream(String, String)
Provides a stream for rendering.
Public methodGetStream(String, String, Int32)
Provides a stream for rendering.
Public methodReleaseStream
Releases the stream.
See Also