This class allows to read EXIF maker note tags, when it is in form of IFD (like Canon Maker note).
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public class IETagsHandler
Public Class IETagsHandler
public ref class IETagsHandler
Members
All Members | 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.
|
Inheritance Hierarchy
System..::..Object
HiComponents.IEvolution..::..IETagsHandler
HiComponents.IEvolution..::..IETagsHandler