GifUnknownExtensionBlock Class
Contents
[
Hide
]Summary: Gif Unknown Extension Block.
Module: aspose.imaging.fileformats.gif.blocks
Full Name: aspose.imaging.fileformats.gif.blocks.GifUnknownExtensionBlock
Inheritance: IGifBlock, GifBlock
Constructors
| Name | Description |
|---|---|
| GifUnknownExtensionBlock() | Initializes a new instance of the GifUnknownExtensionBlock class. |
| GifUnknownExtensionBlock(extension_label, data) | Initializes a new instance of the GifUnknownExtensionBlock class. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| EXTENSION_INTRODUCER [static] | System.Byte | r | Extension introducer. |
| extension_label | System.Byte | r/w | Gets or sets the block’s extension label. |
| is_changed | bool | r/w | Gets or sets a value indicating whether block has changed and requires save. |
| unknown_data | System.Byte | r/w | Gets or sets the unknown data. |
Methods
| Name | Description |
|---|---|
| save(stream) | Saves the block to the specified stream. |
Constructor: GifUnknownExtensionBlock()
GifUnknownExtensionBlock()
Initializes a new instance of the GifUnknownExtensionBlock class.
Constructor: GifUnknownExtensionBlock(extension_label, data)
GifUnknownExtensionBlock(extension_label, data)
Initializes a new instance of the GifUnknownExtensionBlock class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| extension_label | System.Byte | The extension label. |
| data | System.Byte | The block data. |
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. |