Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

ToUInt16 Method








Converts the tag data to an array of unsigned integer values.
Syntax
[CLSCompliantAttribute(false)]
public ushort[] ToUInt16()
'Declaration
 
<CLSCompliantAttribute(False)>
Public Function ToUInt16() As UShort()
'Usage
 
Dim instance As RasterTagMetadata
Dim value() As UShort
 
value = instance.ToUInt16()
[CLSCompliantAttribute(false)]
public ushort[] ToUInt16()
- (void)toUInt16:(unsigned short *)buffer itemCount:(NSUInteger)count
CLSCompliantAttribute()
 function Leadtools.RasterTagMetadata.ToUInt16()
[CLSCompliantAttribute(false)]
public:
array<ushort>^ ToUInt16(); 

Return Value

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

Target Platforms

See Also

Reference

RasterTagMetadata Class
RasterTagMetadata Members

Error processing SSI file