Class GifApplicationExtensionBlock
Contents
[
Hide
]GifApplicationExtensionBlock class
Gif application extension block.
public class GifApplicationExtensionBlock : GifBlock
Constructors
| Name | Description |
|---|---|
| GifApplicationExtensionBlock() | Initializes a new instance of the GifApplicationExtensionBlock class. |
| GifApplicationExtensionBlock(string, byte[], byte[]) | Initializes a new instance of the GifApplicationExtensionBlock class. |
Properties
| Name | Description |
|---|---|
| ApplicationAuthenticationCode { get; set; } | Gets or sets the application authentication code. |
| ApplicationData { get; set; } | Gets or sets the application data. |
| ApplicationIdentifier { get; set; } | Gets or sets the application identifier. |
| IsChanged { get; set; } | Gets or sets a value indicating whether block has changed and requires save. |
Methods
| Name | Description |
|---|---|
| override Save(Stream) | Saves the block to the specified stream. |
Fields
| Name | Description |
|---|---|
| const ApplicationAuthenticationCodeSize | Specifies the application authentication code size. |
| const ApplicationIdentifierSize | Specifies the application identifier size. |
| const BlockHeaderSize | Specifies the block header size. |
| const BlockSize | Extension name + version block size |
| const ExtensionLabel | Extension label. |
See Also
- class GifBlock
- namespace Aspose.Imaging.FileFormats.Gif.Blocks
- assembly Aspose.Imaging