←Select platform

FromByte Method

Summary
Sets the comment data to the specified array of bytes.
Syntax
C#
VB
Objective-C
C++
Java
public void FromByte( 
   byte[] value 
) 
Public Sub FromByte( _ 
   ByVal value() As Byte _ 
)  
- (void)fromByte:(unsigned char *)buffer itemCount:(NSUInteger)count 
public void fromByte(byte[] value) 
public: 
void FromByte(  
   array<byte>^ value 
)  

Parameters

value
The data to set.

Example

For an example, refer to RasterCommentMetadata.

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.