Platforms to show: All Mac Windows Linux Cross-Platform
ExifTagMBS.ByteCount as Integer
Function:
The number of bytes used for this tag's data.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Exif | MBS Images Plugin | 20.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes: (Read only property)
ExifTagMBS.Components as Integer
Function:
The number of components.
Notes:
Some values can be arrays, so components is greater than 1.
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Exif | MBS Images Plugin | 20.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes:
Some values can be arrays, so components is greater than 1.
(Read only property)
ExifTagMBS.DataPointer as Ptr
Function:
The pointer to the data.
Notes:
Points into the MemoryBlock stored in data property of ExifTagsMBS object.
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Exif | MBS Images Plugin | 20.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes:
Points into the MemoryBlock stored in data property of ExifTagsMBS object.
(Read only property)
ExifTagMBS.Endian as Integer
Function:
The endian setting for this value.
Notes:
See kEndian* constants.
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Exif | MBS Images Plugin | 20.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes:
See kEndian* constants.
(Read only property)
ExifTagMBS.Format as Integer
Function:
The data format of this entry.
Notes:
See kFormat* constants.
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Exif | MBS Images Plugin | 20.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes:
See kFormat* constants.
(Read only property)
ExifTagMBS.IsNumeric as Boolean
Function:
Whether this tag is a numeric data type.
Notes:
False if format is invalid, string or undefined.
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Exif | MBS Images Plugin | 20.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes:
False if format is invalid, string or undefined.
(Read only property)
ExifTagMBS.StringValue as String
Function:
The value as string to display.
Notes:
Returns list of values with comma separated if there are multiple numeric values.
String or unknown fields are interpreted as text and trimmed.
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Exif | MBS Images Plugin | 20.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes:
Returns list of values with comma separated if there are multiple numeric values.
String or unknown fields are interpreted as text and trimmed.
(Read only property)
ExifTagMBS.Tag as Integer
Function:
The tag ID.
Notes:
See EXIF data format documentation for complete list of possible values.
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Exif | MBS Images Plugin | 20.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes:
See EXIF data format documentation for complete list of possible values.
(Read only property)
ExifTagMBS.TagName as String
Function:
The name of the tag.
Notes:
We have a list of known tags where we lookup the name for you.
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Exif | MBS Images Plugin | 20.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes:
We have a list of known tags where we lookup the name for you.
(Read only property)
ExifTagMBS.Value as Variant
Function:
The value of the tag.
Notes:
First value for multi value objects (if Components > 1).
(Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Exif | MBS Images Plugin | 20.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes:
First value for multi value objects (if Components > 1).
(Read and Write property)
See also:
The items on this page are in the following plugins: MBS Images Plugin.

Links
MBS Xojo Plugins