Click or drag to resize

PropertyID.GoodReadOverlayBlackAsTransparent Field

This parameter selects whether the black or white color in the overlay should be treated as transparent.

Namespace: Com.Datalogic.Device.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public const Int32 GoodReadOverlayBlackAsTransparent = "value"

Field Value

Type: Int32
Remarks
This parameter selects whether the black or white color in the overlay should be treated as transparent. When set to false, the white areas in the overlay will be considered transparent; when set to true, the black areas will be treated as transparent. In both cases, all other colors are converted to grayscale, and their transparency is interpolated between the two extremes.

The class of the property is BooleanProperty.

[Android Documentation]

See Also