Accusoft.ImagXpress13.Net
GetTagUInt16 Method




Retrieves a short array of values contained within the ImageXTag.
Syntax
'Declaration
 
Public Function GetTagUInt16() As Integer()
'Usage
 
Dim instance As ImageXTag
Dim value() As Integer
 
value = instance.GetTagUInt16()
public int[] GetTagUInt16()
public: int[]* GetTagUInt16(); 
public:
array<int>^ GetTagUInt16(); 

Return Value

A signed short array of values contained within the ImageXTag.
Remarks

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.

See Also

Reference

ImageXTag Class
ImageXTag Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback