Leadtools.Barcode Namespace > DatamatrixBarcodeReadOptions Class : EnableSmallSymbols Property |
[CategoryAttribute(" Options")] [DefaultValueAttribute()] [DescriptionAttribute("Enables reading small symbols that are 20 to 40 pixels")] [DisplayNameAttribute("Enable reading small symbols")] public bool EnableSmallSymbols {get; set;}
'Declaration <CategoryAttribute(" Options")> <DefaultValueAttribute()> <DescriptionAttribute("Enables reading small symbols that are 20 to 40 pixels")> <DisplayNameAttribute("Enable reading small symbols")> Public Property EnableSmallSymbols As Boolean
'Usage Dim instance As DatamatrixBarcodeReadOptions Dim value As Boolean instance.EnableSmallSymbols = value value = instance.EnableSmallSymbols
[CategoryAttribute(" Options")] [DefaultValueAttribute()] [DescriptionAttribute("Enables reading small symbols that are 20 to 40 pixels")] [DisplayNameAttribute("Enable reading small symbols")] public bool EnableSmallSymbols {get; set;}
ObjectiveC Syntax
Java Syntax
CategoryAttribute(" Options") DefaultValueAttribute() DescriptionAttribute("Enables reading small symbols that are 20 to 40 pixels") DisplayNameAttribute("Enable reading small symbols") get_EnableSmallSymbols();
set_EnableSmallSymbols(value);
[CategoryAttribute(" Options")] [DefaultValueAttribute()] [DescriptionAttribute("Enables reading small symbols that are 20 to 40 pixels")] [DisplayNameAttribute("Enable reading small symbols")] public: property bool EnableSmallSymbols { bool get(); void set ( bool value); }
Set EnableSmallSymbols to false to increase barcode detection speed if you are certain you will not try to detect very small Datamatrix symbols that are 20 to 40 pixels in size.
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