LEADTOOLS Barcode (Leadtools.Barcode assembly)

EnableSmallSymbols Property

Show in webframe







Gets or sets a value that indicate whether to detect small Datamatrix symbols that are 20 to 40 pixels in size.
Syntax
[DefaultValueAttribute()]
[CategoryAttribute("			Options")]
[DescriptionAttribute("Enables reading small symbols that are 20 to 40 pixels")]
[DisplayNameAttribute("Enable reading small symbols")]
public bool EnableSmallSymbols {get; set;}
'Declaration
 
<DefaultValueAttribute()>
<CategoryAttribute("			Options")>
<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
[DefaultValueAttribute()]
[CategoryAttribute("			Options")]
[DescriptionAttribute("Enables reading small symbols that are 20 to 40 pixels")]
[DisplayNameAttribute("Enable reading small symbols")]
public bool EnableSmallSymbols {get; set;}
@property (nonatomic, assign) BOOL enableSmallSymbols;
public boolean getEnableSmallSymbols()
public void setEnableSmallSymbols(boolean value)
            
DefaultValueAttribute()
CategoryAttribute("			Options")
DescriptionAttribute("Enables reading small symbols that are 20 to 40 pixels")
DisplayNameAttribute("Enable reading small symbols")
 
get_EnableSmallSymbols();
set_EnableSmallSymbols(value);
Object.defineProperty('EnableSmallSymbols');
[DefaultValueAttribute()]
[CategoryAttribute("			Options")]
[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);
}

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 will not try to detect very small Datamatrix symbols that are 20 to 40 pixels in size.

Example

For an example, refer to DatamatrixBarcodeReadOptions.

Requirements

Target Platforms

See Also

Reference

DatamatrixBarcodeReadOptions Class
DatamatrixBarcodeReadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features