←Select platform

Clone Method

Summary

Creates an exact copy of this Aztec barcode.

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

Return Value

The AztecBarcodeData 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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly