[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Exif.ExifUndefined

ExifUndefined Class

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

Inheritance
ExifUndefined
Implements
Namespace: GrapeCity.Documents.Imaging.Exif
Assembly: DS.Documents.Imaging.dll
Syntax
public class ExifUndefined : ExifValue, IComparable<ExifValue>
Public Class ExifUndefined
    Inherits ExifValue
    Implements IComparable(Of ExifValue)

Properties

Name Description
DataType

Gets the Exif data type of a value.

Value

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

Values

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

Methods

Name Description
Equals(ExifUndefined)

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

Equals(object)

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

GetHashCode()

Returns a hash code for the current object.

ToString()

Returns a string that represents the current object.

Operators

Name Description
operator ==(ExifUndefined, ExifUndefined)

Compares two ExifUndefined objects for equality.

operator !=(ExifUndefined, ExifUndefined)

Compares two ExifUndefined objects for inequality.