Leadtools.Barcode Namespace > DatamatrixBarcodeReadOptions Class : ReadSquareSymbolsOnly Property |
[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); }
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.
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