←Select platform

FromInt16 Method

Summary

Sets the tag data to the specified integer values.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public void FromInt16( 
   short[] value 
) 
Public Sub FromInt16( _ 
   ByVal value() As Short _ 
)  
public void FromInt16(  
   short[] value 
) 
- (void)fromInt16:(const short *)buffer itemCount:(NSUInteger)count 
public void fromInt16(short[] value) 
 function Leadtools.RasterTagMetadata.FromInt16(  
   value  
) 
public: 
void FromInt16(  
   array<short>^ 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