Accusoft.ImagXpressSdk Namespace > ImageXTag Class : GetTagUInt16 Method |
'Declaration Public Function GetTagUInt16() As Integer()
public int[] GetTagUInt16()
public: int[]* GetTagUInt16();
public: array<int>^ GetTagUInt16();
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.