Accusoft.ImagXpressSdk Namespace > ImageXTag Class : GetTagInt16 Method |
'Declaration Public Function GetTagInt16() As Short()
public short[] GetTagInt16()
public: short[]* GetTagInt16();
public: array<short>^ GetTagInt16();
Get 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.
Tag data of type short or int16. SByte data is returned as int16 as well because SByte is not CLS compliant.
Note: Available in Professional edition.