See Also Examples Applies To
Returns as bytes, the value of an Exif Tag attached to the native GdPicture image.
Syntax
object.ExifTagGetValueBytes (nTagNo, *arTagData())
The ExifTagGetValueBytes syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nTagNo | Required. Long. Must be a value between 1 and the number of Exif TAGs attached to the native GdPicture image. |
| *arTagData() | Required. Output 1D (0 based) Byte Array. The array where the tag value data will be stored. |
Returns
Long. The number of element (byte) stored into the arTagData array.
Remarks
Available for EXIF TAGs, Image property ID Tags, Extra TAGs (Like Adobe Image Information tags etc.), Thumbnail related TAGs and Gps TAGs
Category
Metadata Functions (EXIF, IPTC, Extra, Thumbnail, GPS...)