←Select platform

FromUInt32 Method

Summary

Sets the tag data to the specified unsigned integer values.

Syntax
C#
VB
Objective-C
C++
Java
[CLSCompliantAttribute(false)] 
public void FromUInt32( 
   uint[] value 
) 
<CLSCompliantAttribute(False)> 
Public Sub FromUInt32( _ 
   ByVal value() As UInteger _ 
)  
- (void)fromUInt32:(const unsigned int *)buffer itemCount:(NSUInteger)count 
public void fromUInt32(int[] value) 
[CLSCompliantAttribute(false)] 
public: 
void FromUInt32(  
   array<uint>^ value 
)  

Parameters

value
The data to set.

Example

For an example, refer to RasterTagMetadata

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly