Accusoft.ImagXpressSdk Namespace > ImageXTag Class : GetTagUInt32 Method |
'Declaration Public Function GetTagUInt32() As Long()
public long[] GetTagUInt32()
public: long[]* GetTagUInt32();
public: array<int64>^ GetTagUInt32();
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.