←Select platform

FromSByte Method

Summary
Sets the tag data to the specified array of signed bytes.
Syntax
C#
VB
Objective-C
C++
Java
[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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.