Gets or sets a value indicating whether the Datamatrix reader will search for both inverted and normal (non-inverted) symbols.
public bool EnableInvertedSymbols { get; set; }
Public Property EnableInvertedSymbols As Boolean
public bool EnableInvertedSymbols {get; set;}
@property (nonatomic, assign) BOOL enableInvertedSymbols
public boolean getEnableInvertedSymbols()
public void setEnableInvertedSymbols(boolean value)
<br/>get_EnableInvertedSymbols();<br/>set_EnableInvertedSymbols(value);<br/>Object.defineProperty('EnableInvertedSymbols');
true to force the Datamatrix engine to search for both inverted and normal (non-inverted) symbols. Otherwise, false. The default value is false.
The Datamatrix reader engine can automatically read inverted symbols. An inverted symbol is one that has white foreground color and black background for example.
Notice that the colors to search for when reading Datamatrix barcodes can be set using ForeColor and BackColor. When EnableInvertedSymbols is true, the engine will use the two colors specified and then automatically flip them and try again if it cannot find the symbol.
For an example, refer to DatamatrixBarcodeReadOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET