TiffDataTypeController Methods

The TiffDataTypeController 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.
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.
Protected methodGetTiffByteValue
Gets the TiffByteType value.
Protected methodGetTiffLongTypeValue
Gets the TiffLongType tag value at 0 index.
Protected methodGetTiffRationalArray
Gets the TiffRationalType value.
Protected methodGetTiffRationalValue
Gets the TiffRationalType value at index 0.
Protected methodGetTiffShortArray
Gets the TiffShortType value.
Protected methodGetTiffShortValue
Gets the TiffShortType value at 0 index.
Protected methodGetTiffSRationalValue
Gets the TiffSRationalType value at index 0.
Protected methodGetTiffStringValue
Gets the TiffASCIIType value as string.
Protected methodGetTiffType
Gets the TiffDataType by Id.
Protected methodGetTiffUndefinedValue
Gets the TiffUndefinedType value as byte[].
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.)
Protected methodRemoveTagByID
Removes the tag by identifier.
Protected methodSetSectionTags
Sets the section tags.
Protected methodSetTiffByteValue
Sets the TiffByteType value.
Protected methodSetTiffLongTypeValue
Sets the TiffLongType type value as uint[1] with value.
Protected methodSetTiffRational
Sets the TiffRationalType type value as uint[1] with rational.
Protected methodSetTiffRationalArray
Sets the TiffSRationalType value type.
Protected methodSetTiffShortArray
Sets the TiffShortType value.
Protected methodSetTiffShortValue
Sets the TiffShortType type value as ushort[1] with value filled.
Protected methodSetTiffSRationalValue
Sets the TiffSRationalType value type as TiffSRational[1] with rational value.
Protected methodSetTiffStringValue
Sets the TiffASCIIType type value with text filled.
Protected methodSetTiffType
Sets the TiffDataType.
Protected methodSetTiffUndefinedValue
Sets the TiffUndefinedType type value with data filled.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
See Also