|
|
|
|
|
<Camera>.StopDecoding (Function) In french: <Caméra>.ArrêteDécodage Stops decoding bar codes in a Camera control.
CAM_Camera1.StopDecoding()
Syntax
<Camera control>.StopDecoding()
<Camera control>: Control name Name of the Camera control to be used. Remarks - When the Camera control is configured to allow the decoding of bar codes (in the description window), the decoding automatically starts when the window is opened. To prevent this behavior, <Camera>.StopDecoding can be called in the initialization event of the Camera control.
- When the decoding of bar codes is stopped, the decoding crosshair is not displayed in the Camera control anymore.
- If the Camera control was not configured to support bar code decoding (in the description window) or if no decoding is in progress, the function has no effect.
- This function is equivalent to CameraStopDecoding.
Component: wd300android.aar
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|