GoodRead.GoodReadOverlayBlackAsTransparent Property
Click or drag to resize

GoodReadGoodReadOverlayBlackAsTransparent Property

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

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.BooleanProperty GoodReadOverlayBlackAsTransparent { get; set; }

Property Value

Property Value

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

Remarks
goodReadOverlayBlackAsTransparent 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.

[Android Documentation]

See Also