Gets or sets a value indicating whether square or square and rectangular DataMatrix symbols are detected.
public bool ReadSquareSymbolsOnly { get; set; }
Public Property ReadSquareSymbolsOnly As Boolean
public bool ReadSquareSymbolsOnly {get; set;}
@property (nonatomic, assign) BOOL readSquareSymbolsOnly
public boolean getReadSquareSymbolsOnly()
public void setReadSquareSymbolsOnly(boolean value)
<br/>get_ReadSquareSymbolsOnly();<br/>set_ReadSquareSymbolsOnly(value);<br/>Object.defineProperty('ReadSquareSymbolsOnly');
true to enable reading square DataMatrix symbols only (rectangular symbols are not detected). Otherwise, false (both square and rectangular symbols are detected). The default value is false.
LEADTOOLS can detect both square and rectangular symbols. DataMatrix symbols are usually square and not rectangular. If you have a requirement to detect strict square shapes only, then set the value of ReadSquareSymbolsOnly to true.
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