Class GIFExtensionBlock
Represents a GIF graphic control extension.
Inheritance
System.Object
GIFExtensionBlock
Inherited Members
Namespace: ExifLibrary
Assembly: ExifLibrary.dll
Syntax
public class GIFExtensionBlock : GIFBlock
Constructors
| Improve this Doc View SourceGIFExtensionBlock(Byte)
Initializes a new instance of the GIFExtensionBlock class.
Declaration
public GIFExtensionBlock(byte label)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte | label | Extension label |
Properties
| Improve this Doc View SourceData
Gets the extension data.
Declaration
public byte[][] Data { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Byte[][] |
Label
Gets the extension label.
Declaration
public GIFExtensionLabel Label { get; set; }
Property Value
| Type | Description |
|---|---|
| GIFExtensionLabel |