←Select platform

ReadSquareSymbolsOnly Property

Summary

Gets or sets a value indicating whether square or square and rectangular DataMatrix symbols are detected.

Syntax
C#
VB
Objective-C
C++
Java
public bool ReadSquareSymbolsOnly { get; set; } 
Public Property ReadSquareSymbolsOnly As Boolean 
@property (nonatomic, assign) BOOL readSquareSymbolsOnly 
public boolean getReadSquareSymbolsOnly() 
public void setReadSquareSymbolsOnly(boolean value) 
public: 
property bool ReadSquareSymbolsOnly { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

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.

Remarks

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.

Example

For an example, refer to DatamatrixBarcodeReadOptions.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly