LEADTOOLS Barcode (Leadtools.Barcode assembly)
LEAD Technologies, Inc

EnableSmallSymbols Property








Gets or sets a value that indicate whether to detect small Datamatrix symbols that are 20 to 40 pixels in size. .NET support WinRT support Silverlight support
Syntax
[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);
}

Property Value

true to detect small Datamatrix symbols that are 20 to 40 pixels in size. Otherwise, false. 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: 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

See Also

Reference

DatamatrixBarcodeReadOptions Class
DatamatrixBarcodeReadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

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