LEADTOOLS Barcode (Leadtools.Barcode assembly)

ReadSquareSymbolsOnly Property

Show in webframe







Gets or sets a value indicating whether square or square and rectangular Datamatrix symbols are detected.
Syntax
[DescriptionAttribute("Enable reading square symbols only. Otherwise, read recatngular and square symbols")]
[DisplayNameAttribute("Square symbols only")]
[CategoryAttribute("			Options")]
[DefaultValueAttribute()]
public bool ReadSquareSymbolsOnly {get; set;}
'Declaration
 
<DescriptionAttribute("Enable reading square symbols only. Otherwise, read recatngular and square symbols")>
<DisplayNameAttribute("Square symbols only")>
<CategoryAttribute("			Options")>
<DefaultValueAttribute()>
Public Property ReadSquareSymbolsOnly As Boolean
'Usage
 
Dim instance As DatamatrixBarcodeReadOptions
Dim value As Boolean
 
instance.ReadSquareSymbolsOnly = value
 
value = instance.ReadSquareSymbolsOnly
[DescriptionAttribute("Enable reading square symbols only. Otherwise, read recatngular and square symbols")]
[DisplayNameAttribute("Square symbols only")]
[CategoryAttribute("			Options")]
[DefaultValueAttribute()]
public bool ReadSquareSymbolsOnly {get; set;}
@property (nonatomic, assign) BOOL readSquareSymbolsOnly;
public boolean getReadSquareSymbolsOnly()
public void setReadSquareSymbolsOnly(boolean value)
            
DescriptionAttribute("Enable reading square symbols only. Otherwise, read recatngular and square symbols")
DisplayNameAttribute("Square symbols only")
CategoryAttribute("			Options")
DefaultValueAttribute()
 
get_ReadSquareSymbolsOnly();
set_ReadSquareSymbolsOnly(value);
Object.defineProperty('ReadSquareSymbolsOnly');
[DescriptionAttribute("Enable reading square symbols only. Otherwise, read recatngular and square symbols")]
[DisplayNameAttribute("Square symbols only")]
[CategoryAttribute("			Options")]
[DefaultValueAttribute()]
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 usually have a square shape only. 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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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