Visual Basic
C#
Managed Extensions for C++
C++/CLI
Return Value
A signed short array of values contained within the ImageXTag.Gets tag data of type short or int16 sbyte data is returned as int16 as well because sbyte is not CLS compliant.
Note: The public "get" and "set" methods of the ImageXTag class only get or obtain tags of the appropriate types.
Note: UInt16 is not CLS Compliant so it must be returned as Int32 data. The data is moved from UInt16 to Int32 internally so it remains positive and hence unsigned.
Note: Available in Professional edition.