Accusoft.ImagXpress13.Net
SetTagUInt16 Method




An int32 which represents the tag data.
Sets tag data of type UInt16.
Syntax
'Declaration
 
Public Sub SetTagUInt16( _
   ByVal TagData() As Integer _
) 
'Usage
 
Dim instance As ImageXTag
Dim TagData() As Integer
 
instance.SetTagUInt16(TagData)
public void SetTagUInt16( 
   int[] TagData
)
public: void SetTagUInt16( 
   int[]* TagData
) 
public:
void SetTagUInt16( 
   array<int>^ TagData
) 

Parameters

TagData
An int32 which represents the tag data.
Remarks

Note: UInt16 is not CLS Compliant so it must be passed in Int32 and internally converted to UInt16.

Note: Available in Professional edition.

See Also

Reference

ImageXTag Class
ImageXTag Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback