ExifData Methods |
The ExifData 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.
(Inherited from TiffDataTypeController.) |
![]() | 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.
(Inherited from TiffDataTypeController.) |
![]() | GetShortOrLong |
Gets short or long value.
|
![]() | GetTiffByteValue |
Gets the TiffByteType value.
(Inherited from TiffDataTypeController.) |
![]() | GetTiffLongTypeValue |
Gets the TiffLongType tag value at 0 index.
(Inherited from TiffDataTypeController.) |
![]() | GetTiffRationalArray |
Gets the TiffRationalType value.
(Inherited from TiffDataTypeController.) |
![]() | GetTiffRationalValue |
Gets the TiffRationalType value at index 0.
(Inherited from TiffDataTypeController.) |
![]() | GetTiffShortArray |
Gets the TiffShortType value.
(Inherited from TiffDataTypeController.) |
![]() | GetTiffShortValue |
Gets the TiffShortType value at 0 index.
(Inherited from TiffDataTypeController.) |
![]() | GetTiffSRationalValue |
Gets the TiffSRationalType value at index 0.
(Inherited from TiffDataTypeController.) |
![]() | GetTiffStringValue |
Gets the TiffASCIIType value as string.
(Inherited from TiffDataTypeController.) |
![]() | GetTiffType |
Gets the TiffDataType by Id.
(Inherited from TiffDataTypeController.) |
![]() | GetTiffUndefinedValue |
Gets the TiffUndefinedType value as byte[].
(Inherited from TiffDataTypeController.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RemoveTag(UInt16) |
Remove tag from container
|
![]() | RemoveTag(ExifProperties) |
Remove tag from container
|
![]() | RemoveTagByID |
Removes the tag by identifier.
(Inherited from TiffDataTypeController.) |
![]() | SetSectionTags |
Sets the section tags.
(Inherited from TiffDataTypeController.) |
![]() | SetShortOrLong |
Sets short or long value depending on the value.
|
![]() | SetTiffByteValue |
Sets the TiffByteType value.
(Inherited from TiffDataTypeController.) |
![]() | SetTiffLongTypeValue |
Sets the TiffLongType type value as uint[1] with value.
(Inherited from TiffDataTypeController.) |
![]() | SetTiffRational |
Sets the TiffRationalType type value as uint[1] with rational.
(Inherited from TiffDataTypeController.) |
![]() | SetTiffRationalArray |
Sets the TiffSRationalType value type.
(Inherited from TiffDataTypeController.) |
![]() | SetTiffShortArray |
Sets the TiffShortType value.
(Inherited from TiffDataTypeController.) |
![]() | SetTiffShortValue |
Sets the TiffShortType type value as ushort[1] with value filled.
(Inherited from TiffDataTypeController.) |
![]() | SetTiffSRationalValue |
Sets the TiffSRationalType value type as TiffSRational[1] with rational value.
(Inherited from TiffDataTypeController.) |
![]() | SetTiffStringValue |
Sets the TiffASCIIType type value with text filled.
(Inherited from TiffDataTypeController.) |
![]() | SetTiffType |
Sets the TiffDataType.
(Inherited from TiffDataTypeController.) |
![]() | SetTiffUndefinedValue |
Sets the TiffUndefinedType type value with data filled.
(Inherited from TiffDataTypeController.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |