CameraWedge.BarcodeCustomPositionX Property
Click or drag to resize

CameraWedgeBarcodeCustomPositionX Property

In case of custom positioning, barcodeCustomPositionX represents the position of the barcode generated by the camera wedge on the X coordinate.

Namespace: Com.Datalogic.Decode.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public Com.Datalogic.Device.Configuration.NumericProperty BarcodeCustomPositionX { get; set; }

Property Value

Property Value

Type: Com.Datalogic.Device.Configuration.NumericProperty
No description available.

Remarks
In case of custom positioning, barcodeCustomPositionX represents the position of the barcode generated by the camera wedge on the X coordinate.
NOTE: The camera frame is considered as being rotated clockwise by 90 degrees, which means that the starting coordinate will be on the top right of the screen in portrait orientation. In this configuration, an increase of the X coordinate causes the barcode to move down on the vertical axis of the screen.

[Android Documentation]

See Also