IGifBlock Class
Summary: Represents GIF block interface.
Module: aspose.imaging.fileformats.gif
Full Name: aspose.imaging.fileformats.gif.IGifBlock
Methods
Name | Description |
---|---|
save(stream) | Saves the block to the specified stream. |
Method: save(stream)
save(stream)
Saves the block to the specified stream.
Parameters:
Parameter | Type | Description |
---|---|---|
stream | _io.BufferedRandom | The stream to save data to. |