OpsBarcodePreviewEventArgs Constructor |
Namespace: Micros.PosCore.Extensibility.OpsAssembly: PosCore (in PosCore.dll) Version: 19.9
Syntaxpublic 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