←Select platform

CopyTo Method

Summary

Copies the members of this barcode to the specified object.

Syntax

C#
VB
Java
WinRT C#
C++
protected virtual void CopyTo( 
   BarcodeData data 
) 
Protected Overridable Sub CopyTo( _ 
   ByVal data As Leadtools.Barcode.BarcodeData _ 
)  
protected virtual void CopyTo(  
   Leadtools.Barcode.BarcodeData data 
) 
protected void copyTo(BarcodeData data) 
 function Leadtools.Barcode.BarcodeData.CopyTo(  
   data  
) 
protected: 
virtual void CopyTo(  
   Leadtools.Barcode.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly