Leadtools.Barcode Namespace > DatamatrixBarcodeReadOptions Class : ReadSquareSymbolsOnly Property |
[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); }
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.
For an example, refer to DatamatrixBarcodeReadOptions.