←Select platform

SetData Method

Summary
Sets the tag data.
Syntax
C#
VB
Objective-C
C++
Java
public void SetData( 
   byte[] value 
) 
Public Sub SetData( _ 
   ByVal value() As Byte _ 
)  
@property (nonatomic, strong) NSData *data 
public void setData(byte[] 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

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.