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
@property (nonatomic, assign) BOOL enableInvertedSymbols
public boolean getEnableInvertedSymbols()
public void setEnableInvertedSymbols(boolean value)
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document