public void SetTagUInt32( long[] TagData )
public: void SetTagUInt32( long[]* TagData )
public: void SetTagUInt32( array<int64>^ TagData )
'Declaration Public Sub SetTagUInt32( _ ByVal TagData() As Long _ )
'Usage Dim instance As ImageXTag Dim TagData() As Long instance.SetTagUInt32(TagData)
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.
ImageXTag Class ImageXTag Members
©2019. Accusoft Corporation. All Rights Reserved.