Accusoft.ImagXpress13.Net
SetTagInt16 Method




A signed short array consisting of values that the ImageXTag is to contain.
Sets the ImageXTag data based on the short array input.
Syntax
'Declaration
 
Public Sub SetTagInt16( _
   ByVal TagData() As Short _
) 
'Usage
 
Dim instance As ImageXTag
Dim TagData() As Short
 
instance.SetTagInt16(TagData)
public void SetTagInt16( 
   short[] TagData
)
public: void SetTagInt16( 
   short[]* TagData
) 
public:
void SetTagInt16( 
   array<short>^ TagData
) 

Parameters

TagData
A signed short array consisting of values that the ImageXTag is to contain.
Remarks

The sbyte data is contained in the int16 arrays because it is not CLS compliant. If the tag type is sbyte, the int16 array is converted down to an sbyte array.

Note: The public "get" and "set" methods of the ImageXTag class only get or obtain tags of the appropriate types.

Note: Available in Professional edition.

See Also

Reference

ImageXTag Class
ImageXTag Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback