←Select platform

Clone Method

Summary

Creates an exact copy of this barcode read or write options.

Syntax

C#
VB
Java
Objective-C
C++
public abstract object Clone() 
Public MustOverride Function Clone() As Object 
- (instancetype)copy 
public abstract Object clone() 
public: 
abstract Object^ Clone();  

Return Value

This BarcodeOptions cast as an object.

Remarks

This method clones (creates a new object) of this BarcodeOptions.

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