Link against: ExifLib.lib
None
#include <ExifTag.h>
This class is used to get tag data from an Exif image.
Public Types | |
enum | TExifTagDataType { ETagByte = 1, ETagAscii = 2, ETagShort = 3, ETagLong = 4, ETagRational = 5, ETagUndefined = 7, ETagSlong = 9, ETagSrational = 10 } |
Tag Data type enumeration. More... | |
Public Member Functions | |
virtual | ~CExifTag () |
Destructor. | |
virtual CExifTag * | DuplicateL () const =0 |
Duplicate constructor. | |
virtual TExifTagInfo | TagInfo () const =0 |
Returns the informative fields of a tag. | |
virtual TPtrC8 | Data () const =0 |
Returns data contents of a tag. |
|
Tag Data type enumeration. |
|
Destructor. |
|
Returns data contents of a tag.
|
|
Duplicate constructor. Creates an exact copy instance of the tag.
|
|
Returns the informative fields of a tag.
|