IGifBlock Class

Summary: Represents GIF block interface.

Module: aspose.imaging.fileformats.gif

Full Name: aspose.imaging.fileformats.gif.IGifBlock

Aspose.Imaging Version: 24.5.0

Methods

NameDescription
save(stream)Saves the block to the specified stream.

Method: save(stream)

 save(stream) 

Saves the block to the specified stream.

Parameters:

ParameterTypeDescription
stream_io.BufferedRandomThe stream to save data to.