←Select platform

CopyTo Method

Summary

Copies the members of this barcode to the specified object.

Syntax
C#
VB
C++
Java
protected virtual void CopyTo( 
   BarcodeData data 
) 
Protected Overridable Sub CopyTo( _ 
   ByVal data As BarcodeData _ 
)  
protected void copyTo(BarcodeData data) 
protected: 
virtual void CopyTo(  
   BarcodeData^ data 
)  

Parameters

data
Destination BarcodeData object.

Remarks

This method is intended to be used by the LEADTOOLS derived typed and should not be called directly by the user.

Requirements

Target Platforms

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

Leadtools.Barcode Assembly