LEADTOOLS (Leadtools assembly)

FromUInt32 Method

Show in webframe







The data to set.
Sets the tag data to the specified unsigned integer values.
Syntax
[CLSCompliantAttribute(false)]
public void FromUInt32( 
   uint[] value
)
'Declaration
 
<CLSCompliantAttribute(False)>
Public Sub FromUInt32( _
   ByVal value() As UInteger _
) 
'Usage
 
Dim instance As RasterTagMetadata
Dim value() As UInteger
 
instance.FromUInt32(value)
[CLSCompliantAttribute(false)]
public void FromUInt32( 
   uint[] value
)
-(void)fromUInt32:(const unsigned int*)buffer 
        itemCount:(unsigned int)itemCount;
            
public void fromUInt32(int[] value)
CLSCompliantAttribute()
 function Leadtools.RasterTagMetadata.FromUInt32( 
   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

See Also

Reference

RasterTagMetadata Class
RasterTagMetadata Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.