Error processing SSI file
LEADTOOLS Barcode (Leadtools.Barcode assembly)

Show in webframe

ReadSquareSymbolsOnly Property








Gets or sets a value indicating whether square or square and rectangular DataMatrix symbols are detected.
Syntax
[DescriptionAttribute("Enable reading of square symbols only. Otherwise, read both rectangular and square symbols")]
[CategoryAttribute("			Options")]
[DefaultValueAttribute()]
[DisplayNameAttribute("Square symbols only")]
public bool ReadSquareSymbolsOnly {get; set;}
'Declaration
 
<DescriptionAttribute("Enable reading of square symbols only. Otherwise, read both rectangular and square symbols")>
<CategoryAttribute("			Options")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Square symbols only")>
Public Property ReadSquareSymbolsOnly As Boolean
'Usage
 
Dim instance As DatamatrixBarcodeReadOptions
Dim value As Boolean
 
instance.ReadSquareSymbolsOnly = value
 
value = instance.ReadSquareSymbolsOnly
[DescriptionAttribute("Enable reading of square symbols only. Otherwise, read both rectangular and square symbols")]
[CategoryAttribute("			Options")]
[DefaultValueAttribute()]
[DisplayNameAttribute("Square symbols only")]
public bool ReadSquareSymbolsOnly {get; set;}
@property (nonatomic, assign) BOOL readSquareSymbolsOnly
public boolean getReadSquareSymbolsOnly()
public void setReadSquareSymbolsOnly(boolean value)
            
DescriptionAttribute("Enable reading of square symbols only. Otherwise, read both rectangular and square symbols")
CategoryAttribute("			Options")
DefaultValueAttribute()
DisplayNameAttribute("Square symbols only")
 <br/>get_ReadSquareSymbolsOnly();<br/>set_ReadSquareSymbolsOnly(value);<br/>Object.defineProperty('ReadSquareSymbolsOnly'); 
[DescriptionAttribute("Enable reading of square symbols only. Otherwise, read both rectangular and square symbols")]
[CategoryAttribute("			Options")]
[DefaultValueAttribute()]
[DisplayNameAttribute("Square symbols only")]
public:
property bool ReadSquareSymbolsOnly {
   bool get();
   void set (    bool value);
}

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

See Also

Reference

DatamatrixBarcodeReadOptions Class
DatamatrixBarcodeReadOptions Members

Error processing SSI file
Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features