LEADTOOLS Barcode (Leadtools.Barcode assembly)
LEAD Technologies, Inc

ReadSquareSymbolsOnly Property








Gets or sets a value indicating whether square or square and rectangular Datamatrix symbols are detected. .NET support WinRT support Silverlight support
Syntax
[CategoryAttribute("			Options")]
[DefaultValueAttribute()]
[DescriptionAttribute("Enable reading square symbols only. Otherwise, read recatngular and square symbols")]
[DisplayNameAttribute("Square symbols only")]
public bool ReadSquareSymbolsOnly {get; set;}
'Declaration
 
<CategoryAttribute("			Options")>
<DefaultValueAttribute()>
<DescriptionAttribute("Enable reading square symbols only. Otherwise, read recatngular and square symbols")>
<DisplayNameAttribute("Square symbols only")>
Public Property ReadSquareSymbolsOnly As Boolean
'Usage
 
Dim instance As DatamatrixBarcodeReadOptions
Dim value As Boolean
 
instance.ReadSquareSymbolsOnly = value
 
value = instance.ReadSquareSymbolsOnly
[CategoryAttribute("			Options")]
[DefaultValueAttribute()]
[DescriptionAttribute("Enable reading square symbols only. Otherwise, read recatngular and square symbols")]
[DisplayNameAttribute("Square symbols only")]
public bool ReadSquareSymbolsOnly {get; set;}
ObjectiveC Syntax
Java Syntax
CategoryAttribute("			Options")
DefaultValueAttribute()
DescriptionAttribute("Enable reading square symbols only. Otherwise, read recatngular and square symbols")
DisplayNameAttribute("Square symbols only")
 get_ReadSquareSymbolsOnly();
set_ReadSquareSymbolsOnly(value);
[CategoryAttribute("			Options")]
[DefaultValueAttribute()]
[DescriptionAttribute("Enable reading square symbols only. Otherwise, read recatngular and square symbols")]
[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 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DatamatrixBarcodeReadOptions Class
DatamatrixBarcodeReadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

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