Show / Hide Table of Contents

Class GIFExtensionBlock

Represents a GIF graphic control extension.

Inheritance
System.Object
GIFBlock
GIFExtensionBlock
GIFApplicationExtension
GIFCommentExtension
GIFGraphicControlExtension
GIFPlainTextExtension
Inherited Members
GIFBlock.Separator
Namespace: ExifLibrary
Assembly: ExifLibrary.dll
Syntax
public class GIFExtensionBlock : GIFBlock

Constructors

| Improve this Doc View Source

GIFExtensionBlock(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 Source

Data

Gets the extension data.

Declaration
public byte[][] Data { get; set; }
Property Value
Type Description
System.Byte[][]
| Improve this Doc View Source

Label

Gets the extension label.

Declaration
public GIFExtensionLabel Label { get; set; }
Property Value
Type Description
GIFExtensionLabel
Back to top Copyright © 2019 Özgür Özçıtak