Accusoft.ImagXpress13.Net
GetTagUInt32 Method




Gets tag data of type unsigned long or UInt32.
Syntax
'Declaration
 
Public Function GetTagUInt32() As Long()
'Usage
 
Dim instance As ImageXTag
Dim value() As Long
 
value = instance.GetTagUInt32()
public long[] GetTagUInt32()
public: long[]* GetTagUInt32(); 
public:
array<int64>^ GetTagUInt32(); 

Return Value

An integer 64 which represents the tag data.
Remarks

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

Note: Available in Professional edition.

See Also

Reference

ImageXTag Class
ImageXTag Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback