←Select platform

CopyTo Method

Summary

Copies the members of this options class to the specified object.

Syntax
C#
VB
C++
Java
public override void CopyTo( 
   BarcodeOptions options 
) 
Public Overrides Sub CopyTo( _ 
   ByVal options As BarcodeOptions _ 
)  
@Override public void copyTo(BarcodeOptions options) 
public: 
void CopyTo(  
   BarcodeOptions^ options 
) override  

Parameters

options
Destination BarcodeOptions 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