Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

ToInt16 Method (RasterTagMetadata)








Converts the tag data to an array of integer values.
Syntax
public short[] ToInt16()
'Declaration
 
Public Function ToInt16() As Short()
'Usage
 
Dim instance As RasterTagMetadata
Dim value() As Short
 
value = instance.ToInt16()
public short[] ToInt16()
- (void)toInt16:(short *)buffer itemCount:(NSUInteger)count
public short[] toInt16()
 function Leadtools.RasterTagMetadata.ToInt16()
public:
array<short>^ ToInt16(); 

Return Value

The tag data converted to an array of integer values.
Example
For an example, refer to RasterTagMetadata
Requirements

Target Platforms

See Also

Reference

RasterTagMetadata Class
RasterTagMetadata Members

Error processing SSI file