Accusoft.ImagXpress13.Net
GetTagInt16 Method




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

Return Value

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

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.

See Also

Reference

ImageXTag Class
ImageXTag Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback