Throws a NotSupportedException.
GifDecoders are only intended to read from, and decode streams, not
to write to them.

Declaration Syntax
public override void WriteToStream(
Stream outputStream
)
Public Overrides Sub WriteToStream ( _
outputStream As Stream _
)
public:
virtual void WriteToStream(
Stream^ outputStream
) override

Parameters
- outputStream (Stream)
-
The output stream to write to.
Assembly:
GifComponents (Module: GifComponents) Version: 0.1.3594.26453