Accusoft.ImagXpress13.Net
SetTagUInt32 Method




An integer 64 which represents tag data.
Sets tag data of type unsigned long or UInt32.
Syntax
'Declaration
 
Public Sub SetTagUInt32( _
   ByVal TagData() As Long _
) 
'Usage
 
Dim instance As ImageXTag
Dim TagData() As Long
 
instance.SetTagUInt32(TagData)
public void SetTagUInt32( 
   long[] TagData
)
public: void SetTagUInt32( 
   long[]* TagData
) 
public:
void SetTagUInt32( 
   array<int64>^ TagData
) 

Parameters

TagData
An integer 64 which represents tag data.
Remarks

Because UInt32 is not CLS compliant, it must be passed in the next largest type which is In64. It will be moved to UInt32 internally.

Note: Available in Professional edition.

See Also

Reference

ImageXTag Class
ImageXTag Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback