TiffDataTypeController Methods |
The TiffDataTypeController type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Exists |
Determines if specific tag exists.
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetSectionTags |
Gets the section tags.
|
![]() | GetTiffByteValue |
Gets the TiffByteType value.
|
![]() | GetTiffLongTypeValue |
Gets the TiffLongType tag value at 0 index.
|
![]() | GetTiffRationalArray |
Gets the TiffRationalType value.
|
![]() | GetTiffRationalValue |
Gets the TiffRationalType value at index 0.
|
![]() | GetTiffShortArray |
Gets the TiffShortType value.
|
![]() | GetTiffShortValue |
Gets the TiffShortType value at 0 index.
|
![]() | GetTiffSRationalValue |
Gets the TiffSRationalType value at index 0.
|
![]() | GetTiffStringValue |
Gets the TiffASCIIType value as string.
|
![]() | GetTiffType |
Gets the TiffDataType by Id.
|
![]() | GetTiffUndefinedValue |
Gets the TiffUndefinedType value as byte[].
|
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RemoveTagByID |
Removes the tag by identifier.
|
![]() | SetSectionTags |
Sets the section tags.
|
![]() | SetTiffByteValue |
Sets the TiffByteType value.
|
![]() | SetTiffLongTypeValue |
Sets the TiffLongType type value as uint[1] with value.
|
![]() | SetTiffRational |
Sets the TiffRationalType type value as uint[1] with rational.
|
![]() | SetTiffRationalArray |
Sets the TiffSRationalType value type.
|
![]() | SetTiffShortArray |
Sets the TiffShortType value.
|
![]() | SetTiffShortValue |
Sets the TiffShortType type value as ushort[1] with value filled.
|
![]() | SetTiffSRationalValue |
Sets the TiffSRationalType value type as TiffSRational[1] with rational value.
|
![]() | SetTiffStringValue |
Sets the TiffASCIIType type value with text filled.
|
![]() | SetTiffType |
Sets the TiffDataType.
|
![]() | SetTiffUndefinedValue |
Sets the TiffUndefinedType type value with data filled.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |