Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

ToInt32 Method








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:(NSUInteger)count
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 StartDecompress.
Requirements

Target Platforms

See Also

Reference

RasterTagMetadata Class
RasterTagMetadata Members

Error processing SSI file