PropertyID.CameraWedgeBarcodeCustomPositionY Field
|
In case of custom positioning, this parameter represents the position of
the barcode generated by the camera wedge on the Y coordinate.
Namespace:
Com.Datalogic.Decode
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public const Int32 CameraWedgeBarcodeCustomPositionY = "value"
Public Const CameraWedgeBarcodeCustomPositionY As Int32 = "value"
Field Value
Type:
Int32
Remarks
In case of custom positioning, this parameter represents the position of
the barcode generated by the camera wedge on the Y 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 Y coordinate causes the barcode to move left on the horizontal axis
of the screen.
[Android Documentation]
See Also