←Select platform

Clone Method

Summary

Creates an exact copy of this MicroQR barcode.

Syntax

C#
VB
Java
Objective-C
C++
public override object Clone() 
Public Overrides Function Clone() As Object 
- (instancetype)copy 
@Override public Object clone() 
public: 
Object^ Clone(); override  

Return Value

The MicroQRBarcodeData cast as an object.

Remarks

This method overrides the base class BarcodeData.Clone to clone the extra members of this class.

Example

For an example, refer to BarcodeData.Clone.

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