LEADTOOLS (Leadtools assembly)

FromInt32 Method

Show in webframe







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