SetData Method

Summary

Sets the barcode data.

Syntax
C#
VB
C++
public void SetData( 
   byte[] data 
) 
  
Public Sub SetData( _ 
   ByVal data() As Byte _ 
)  
public: 
void SetData(  
   array<byte>^ data 
)  

Parameters

data
The data to be set.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly