[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Exif.ExifValue

Class ExifValue

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

The base class for all Exif fields.

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

Constructors

ExifValue()

protected ExifValue()

Properties

DataType

Gets the Exif data type of a single value.

public abstract ExifDataType DataType { get; }

Property Value

ExifDataType

Destination

Gets the part of Exif matadata used for storing the attribute.

public ExifDestination Destination { get; }

Property Value

ExifDestination

NumberOfComponents

Gets the number of values stored in Exif field.

public int NumberOfComponents { get; }

Property Value

int

TagID

Gets the associated tag ID.

public int TagID { get; }

Property Value

int

Methods

GetHashCode()

Returns a hash code for the current object.

public override int GetHashCode()

Returns

int