Barcode Constructor (Barcode, SymbologyType)ByteScout Barcode SDK
Initializes a new instance of the Barcode class.

Namespace:  Bytescout.BarCode
Assembly:  Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax

public Barcode(
	Barcode prototype,
	SymbologyType type
)

Parameters

prototype
Type: Bytescout.BarCodeBarcode
The existing barcode from which to create new barcode with different symbology type.
type
Type: Bytescout.BarCodeSymbologyType
The type (symbology) of new barcode.
See Also

Reference