←Select platform

SetData Method (RasterTagMetadata)

Summary

Sets the tag data.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public void SetData(  
   byte[] value 
) 
Public Sub SetData( _ 
   ByVal value() As Byte _ 
)  
public void SetData(  
   byte[] value 
) 
@property (nonatomic, strong) NSData *data 
public void setData(byte[] value) 
 function Leadtools.RasterTagMetadata.SetData(  
   value  
) 
public: 
void SetData(  
   array<byte>^ value 
)  

Parameters

value
An array of bytes containing the data for the tag.

Example

For an example, refer to ReadTag.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools Assembly
Click or drag to resize