←Select platform

EnableSmallSymbols Property

Summary

Gets or sets a value that indicate whether to detect small DataMatrix symbols that are 20 to 40 pixels in size.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[DescriptionAttribute("Enables reading small symbols that are 20 to 40 pixels in size")] 
[CategoryAttribute("            Options")] 
[DisplayNameAttribute("Enable reading small symbols")] 
[DefaultValueAttribute()] 
public bool EnableSmallSymbols {get; set;} 
<DescriptionAttribute("Enables reading small symbols that are 20 to 40 pixels in size")> 
<CategoryAttribute("         Options")> 
<DisplayNameAttribute("Enable reading small symbols")> 
<DefaultValueAttribute()> 
Public Property EnableSmallSymbols As Boolean 
[DescriptionAttribute("Enables reading small symbols that are 20 to 40 pixels in size")] 
[CategoryAttribute("            Options")] 
[DisplayNameAttribute("Enable reading small symbols")] 
[DefaultValueAttribute()] 
public bool EnableSmallSymbols {get; set;} 
@property (nonatomic, assign) BOOL enableSmallSymbols 
public boolean getEnableSmallSymbols() 
public void setEnableSmallSymbols(boolean value) 
             
DescriptionAttribute("Enables reading small symbols that are 20 to 40 pixels in size") 
CategoryAttribute("         Options") 
DisplayNameAttribute("Enable reading small symbols") 
DefaultValueAttribute() 
  
get_EnableSmallSymbols(); 
set_EnableSmallSymbols(value); 
Object.defineProperty('EnableSmallSymbols');  
[DescriptionAttribute("Enables reading small symbols that are 20 to 40 pixels in size")] 
[CategoryAttribute("            Options")] 
[DisplayNameAttribute("Enable reading small symbols")] 
[DefaultValueAttribute()] 
public: 
property bool EnableSmallSymbols { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to detect small DataMatrix symbols that are 20 to 40 pixels in size. Otherwise, false. The default value is true.

Remarks

Set EnableSmallSymbols to false to increase barcode detection speed if you are certain you do not need to detect very small DataMatrix symbols that are 20 to 40 pixels in size.

Example

For an example, refer to DatamatrixBarcodeReadOptions.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Barcode Assembly
Click or drag to resize