LEADTOOLS (Leadtools assembly)

ToInt32 Method

Show in webframe







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

Return Value

The tag data converted to an array of integer values.
Example
For an example, refer to Leadtools.Codecs.RasterCodecs.StartDecompress(Leadtools.Codecs.CodecsStartDecompressOptions).
Requirements

Target Platforms

See Also

Reference

RasterTagMetadata Class
RasterTagMetadata Members

 

 


Products | Support | Contact Us | Copyright Notices

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