Platforms to show: All Mac Windows Linux Cross-Platform

Back to ExifTagMBS class.

ExifTagMBS.ByteCount as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Exif MBS Images Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The number of bytes used for this tag's data.

(Read only property)

ExifTagMBS.Components as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Exif MBS Images Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The number of components.

Some values can be arrays, so components is greater than 1.
(Read only property)

ExifTagMBS.DataPointer as Ptr

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Exif MBS Images Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The pointer to the data.

Points into the MemoryBlock stored in data property of ExifTagsMBS object.
(Read only property)

ExifTagMBS.Endian as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Exif MBS Images Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The endian setting for this value.

See kEndian* constants.
(Read only property)

ExifTagMBS.Format as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Exif MBS Images Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The data format of this entry.

See kFormat* constants.
(Read only property)

ExifTagMBS.IsNumeric as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Exif MBS Images Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Whether this tag is a numeric data type.

False if format is invalid, string or undefined.
(Read only property)

ExifTagMBS.StringValue as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Exif MBS Images Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The value as string to display.

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

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Exif MBS Images Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The tag ID.

See EXIF data format documentation for complete list of possible values.
(Read only property)

ExifTagMBS.TagName as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Exif MBS Images Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The name of the tag.

We have a list of known tags where we lookup the name for you.
(Read only property)

ExifTagMBS.Value as Variant

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Exif MBS Images Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The value of the tag.

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.


The biggest plugin in space...