Show / Hide Table of Contents

Class ExifByteArray

Represents an array of 8-bit unsigned integers. (EXIF Specification: BYTE with count > 1)

Inheritance
System.Object
ExifProperty
ExifByteArray
VersionID
Inherited Members
ExifProperty.mTag
ExifProperty.mIFD
ExifProperty.mName
ExifProperty.Tag
ExifProperty.IFD
ExifProperty.Name
Namespace: ExifLibrary
Assembly: ExifLibrary.dll
Syntax
public class ExifByteArray : ExifProperty

Constructors

| Improve this Doc View Source

ExifByteArray(ExifTag, Byte[])

Declaration
public ExifByteArray(ExifTag tag, byte[] value)
Parameters
Type Name Description
ExifTag tag
System.Byte[] value

Fields

| Improve this Doc View Source

mValue

Declaration
protected byte[] mValue
Field Value
Type Description
System.Byte[]

Properties

| Improve this Doc View Source

_Value

Declaration
protected override object _Value { get; set; }
Property Value
Type Description
System.Object
Overrides
ExifProperty._Value
| Improve this Doc View Source

Interoperability

Declaration
public override ExifInterOperability Interoperability { get; }
Property Value
Type Description
ExifInterOperability
Overrides
ExifProperty.Interoperability
| Improve this Doc View Source

Value

Declaration
public byte[] Value { get; set; }
Property Value
Type Description
System.Byte[]

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

Operators

| Improve this Doc View Source

Implicit(ExifByteArray to Byte[])

Declaration
public static implicit operator byte[](ExifByteArray obj)
Parameters
Type Name Description
ExifByteArray obj
Returns
Type Description
System.Byte[]
Back to top Copyright © 2019 Özgür Özçıtak