Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

ToInt16 Method (RasterCommentMetadata)








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

Return Value

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

Target Platforms

See Also

Reference

RasterCommentMetadata Class
RasterCommentMetadata Members

Error processing SSI file