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

Namespace: Aspose.Svg.IO
Assembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
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