Show / Hide Table of Contents

Class GIFApplicationExtension

Represents application-specific information.

Inheritance
System.Object
GIFBlock
GIFExtensionBlock
GIFApplicationExtension
Inherited Members
GIFExtensionBlock.Label
GIFExtensionBlock.Data
GIFBlock.Separator
Namespace: ExifLibrary
Assembly: ExifLibrary.dll
Syntax
public class GIFApplicationExtension : GIFExtensionBlock

Constructors

| Improve this Doc View Source

GIFApplicationExtension()

Initializes a new instance of the GIFApplicationExtension class.

Declaration
public GIFApplicationExtension()

Properties

| Improve this Doc View Source

ApplicationIdentifier

Gets the application identifier.

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

AuthenticationCode

Gets the authentication code.

Declaration
public byte[] AuthenticationCode { get; set; }
Property Value
Type Description
System.Byte[]
Back to top Copyright © 2019 Özgür Özçıtak