The IETagsHandler type exposes the following methods.
Methods
Public Protected | Instance Static | Declared Inherited | XNA Framework Only .NET Compact Framework Only |
Member | Description | |
---|---|---|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetDataLength()()()() |
Returns length in bytes of unparsed data.
| |
GetDataPointer()()()() |
Returns a pointer the unparsed data.
| |
GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetInteger(Int32) |
Returns the specified tag as integer.
| |
GetIntegerIndexed(Int32, Int32) |
Returns the specified tag as an array of integers.
| |
GetRational(Int32) |
Returns the specified tag as double.
| |
GetRationalIndexed(Int32, Int32) |
Returns the specified tag as an array of doubles.
| |
GetRawTagData(Int32) |
Returns raw data for specified tag.
| |
GetString(Int32) |
Returns the specified tag as string.
| |
GetStringMini(Int32) |
Returns the specified tag as a string of 4 bytes.
| |
GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
TagExists(Int32) |
Checks for a tag presence.
| |
TagLength(Int32) |
Returns the tag length in bytes.
| |
ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) | |
Update()()()() |
Parses IFD. You don't need to call this method.
|