ExifData Methods

The ExifData type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodExists
Determines if specific tag exists.
(Inherited from TiffDataTypeController.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetSectionTags
Gets the section tags.
(Inherited from TiffDataTypeController.)
Protected methodGetShortOrLong
Gets short or long value.
Protected methodGetTiffByteValue
Gets the TiffByteType value.
(Inherited from TiffDataTypeController.)
Protected methodGetTiffLongTypeValue
Gets the TiffLongType tag value at 0 index.
(Inherited from TiffDataTypeController.)
Protected methodGetTiffRationalArray
Gets the TiffRationalType value.
(Inherited from TiffDataTypeController.)
Protected methodGetTiffRationalValue
Gets the TiffRationalType value at index 0.
(Inherited from TiffDataTypeController.)
Protected methodGetTiffShortArray
Gets the TiffShortType value.
(Inherited from TiffDataTypeController.)
Protected methodGetTiffShortValue
Gets the TiffShortType value at 0 index.
(Inherited from TiffDataTypeController.)
Protected methodGetTiffSRationalValue
Gets the TiffSRationalType value at index 0.
(Inherited from TiffDataTypeController.)
Protected methodGetTiffStringValue
Gets the TiffASCIIType value as string.
(Inherited from TiffDataTypeController.)
Protected methodGetTiffType
Gets the TiffDataType by Id.
(Inherited from TiffDataTypeController.)
Protected methodGetTiffUndefinedValue
Gets the TiffUndefinedType value as byte[].
(Inherited from TiffDataTypeController.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveTag(UInt16)
Remove tag from container
Public methodRemoveTag(ExifProperties)
Remove tag from container
Protected methodRemoveTagByID
Removes the tag by identifier.
(Inherited from TiffDataTypeController.)
Protected methodSetSectionTags
Sets the section tags.
(Inherited from TiffDataTypeController.)
Protected methodSetShortOrLong
Sets short or long value depending on the value.
Protected methodSetTiffByteValue
Sets the TiffByteType value.
(Inherited from TiffDataTypeController.)
Protected methodSetTiffLongTypeValue
Sets the TiffLongType type value as uint[1] with value.
(Inherited from TiffDataTypeController.)
Protected methodSetTiffRational
Sets the TiffRationalType type value as uint[1] with rational.
(Inherited from TiffDataTypeController.)
Protected methodSetTiffRationalArray
Sets the TiffSRationalType value type.
(Inherited from TiffDataTypeController.)
Protected methodSetTiffShortArray
Sets the TiffShortType value.
(Inherited from TiffDataTypeController.)
Protected methodSetTiffShortValue
Sets the TiffShortType type value as ushort[1] with value filled.
(Inherited from TiffDataTypeController.)
Protected methodSetTiffSRationalValue
Sets the TiffSRationalType value type as TiffSRational[1] with rational value.
(Inherited from TiffDataTypeController.)
Protected methodSetTiffStringValue
Sets the TiffASCIIType type value with text filled.
(Inherited from TiffDataTypeController.)
Protected methodSetTiffType
Sets the TiffDataType.
(Inherited from TiffDataTypeController.)
Protected methodSetTiffUndefinedValue
Sets the TiffUndefinedType type value with data filled.
(Inherited from TiffDataTypeController.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
See Also