←Select platform

FromInt32 Method

Summary

Sets the tag data to the specified unsigned integer values.

Syntax

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