Accusoft.ImagXpress12.Net
GetTagUInt16 Method
See Also  Send Feedback
Accusoft.ImagXpressSdk Namespace > ImageXTag Class : GetTagUInt16 Method




Glossary Item Box

Retrieves a short array of values contained within the ImageXTag.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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

©2013. Accusoft Corporation. All Rights Reserved.