←Select platform

FromUInt16 Method

Summary

Sets the tag data to the specified unsigned integer values.

Syntax

C#
VB
Objective-C
WinRT C#
C++
[CLSCompliantAttribute(false)] 
public void FromUInt16( 
   ushort[] value 
) 
<CLSCompliantAttribute(False)> 
Public Sub FromUInt16( _ 
   ByVal value() As UShort _ 
)  
[CLSCompliantAttribute(false)] 
public void FromUInt16(  
   ushort[] value 
) 
- (void)fromUInt16:(const unsigned short *)buffer itemCount:(NSUInteger)count 
CLSCompliantAttribute() 
 function Leadtools.RasterTagMetadata.FromUInt16(  
   value  
) 
[CLSCompliantAttribute(false)] 
public: 
void FromUInt16(  
   array<ushort>^ value 
)  

Parameters

value
The data to set.

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