[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Exif.ExifUndefined

Class ExifUndefined

Namespace
GrapeCity.Documents.Imaging.Exif
Assembly
GcDocs.Imaging.dll

Represents an Exif field with UNDEFINED (8-bit byte) values.

public class ExifUndefined : ExifValue, IComparable<ExifValue>
Inheritance
object
ExifUndefined
Implements
System.IComparable<T><ExifValue>
Inherited Members
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()

Properties

DataType

Gets the Exif data type of a value.

public override ExifDataType DataType { get; }

Property Value

ExifDataType

Value

Gets the value of type UNDEFINED (8-bit byte).

public byte Value { get; }

Property Value

byte

Values

Gets the array of UNDEFINED (8-bit byte) values.

public byte[] Values { get; }

Property Value

byte[]

Methods

Equals(ExifUndefined)

Determines if the specified ExifUndefined is equal to the current one.

public bool Equals(ExifUndefined other)

Parameters

other ExifUndefined

Returns

bool

Equals(object)

Determines whether the specified object is equal to the current object.

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

Returns a hash code for the current object.

public override int GetHashCode()

Returns

int

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

Operators

operator ==(ExifUndefined, ExifUndefined)

Compares two ExifUndefined objects for equality.

public static bool operator ==(ExifUndefined left, ExifUndefined right)

Parameters

left ExifUndefined
right ExifUndefined

Returns

bool

operator !=(ExifUndefined, ExifUndefined)

Compares two ExifUndefined objects for inequality.

public static bool operator !=(ExifUndefined left, ExifUndefined right)

Parameters

left ExifUndefined
right ExifUndefined

Returns

bool