LEADTOOLS (Leadtools assembly)

ToUInt32 Method

Show in webframe







Converts the tag data to an array of unsigned integer values.
Syntax
[CLSCompliantAttribute(false)]
public uint[] ToUInt32()
'Declaration
 
<CLSCompliantAttribute(False)>
Public Function ToUInt32() As UInteger()
'Usage
 
Dim instance As RasterTagMetadata
Dim value() As UInteger
 
value = instance.ToUInt32()
[CLSCompliantAttribute(false)]
public uint[] ToUInt32()
-(void)toUInt32:(unsigned int*)buffer 
      itemCount:(unsigned int)itemCount;
            
public int[] toUInt32()
CLSCompliantAttribute()
 function Leadtools.RasterTagMetadata.ToUInt32()
[CLSCompliantAttribute(false)]
public:
array<uint>^ ToUInt32(); 

Return Value

The tag data converted to an array of unsigned integer values.
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.