Click or drag to resize

OpsBarcodePreviewEventArgs Constructor

Initializes a new instance of the OpsBarcodePreviewEventArgs class

Namespace: Micros.PosCore.Extensibility.Ops
Assembly: PosCore (in PosCore.dll) Version: 19.9
Syntax
C#
public OpsBarcodePreviewEventArgs(
	bool manuallyEntered,
	string barcodeString,
	int barcodeFormat = 0,
	int barcodeType = 0,
	string rawBarcodeString = ""
)

Parameters

manuallyEntered  Boolean
 
barcodeString  String
 
barcodeFormat  Int32  (Optional)
 
barcodeType  Int32  (Optional)
 
rawBarcodeString  String  (Optional)
 
See Also