←Select platform

ToUInt16 Method

Summary

Converts the tag data to an array of unsigned integer values.

Syntax

C#
VB
Objective-C
WinRT C#
C++
[CLSCompliantAttribute(false)] 
public ushort[] ToUInt16() 
<CLSCompliantAttribute(False)> 
Public Function ToUInt16() As UShort() 
[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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly