Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > DatamatrixBarcodeReadOptions Class : ReadSquareSymbolsOnly Property |
[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); }
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.