←Select platform

FromSByte Method

Summary

Sets the tag data to the specified array of signed bytes.

Syntax

C#
VB
Java
Objective-C
C++
[CLSCompliantAttribute(false)] 
public void FromSByte( 
   sbyte[] value 
) 
<CLSCompliantAttribute(False)> 
Public Sub FromSByte( _ 
   ByVal value() As SByte _ 
)  
- (void)fromSByte:(const char *)buffer itemCount:(NSUInteger)count 
public void fromSByte(byte[] value) 
[CLSCompliantAttribute(false)] 
public: 
void FromSByte(  
   array<sbyte>^ 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