invertImageColors Property (WebBarcodeReaderSettings)
Gets or sets a value indicating whether the barcode reader must invert the image with barcodes before barcode recognition.
public bool invertImageColors { get; set; }
public: __property bool get_invertImageColors();
public: __property void set_invertImageColors(
bool
);
'Declaration
Public Property invertImageColors As Boolean
Property Value
True - the barcode reader must invert the image with barcodes before barcode recognition; false - the barcode reader must NOT invert the image with barcodes before barcode recognition.
Default value is false.
Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5