←Select platform

FromByte Method

Summary

Sets the tag data to the specified array of bytes.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public void FromByte( 
   byte[] value 
) 
Public Sub FromByte( _ 
   ByVal value() As Byte _ 
)  
public void FromByte(  
   byte[] value 
) 
- (void)fromByte:(const unsigned char *)buffer itemCount:(NSUInteger)count 
public void fromByte(byte[] value) 
 function Leadtools.RasterTagMetadata.FromByte(  
   value  
) 
public: 
void FromByte(  
   array<byte>^ value 
)  

Parameters

value
The data to set.

Example

For an example, refer to /#ctor

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