Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > DatamatrixBarcodeReadOptions Class : EnableSmallSymbols Property |
[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;}
'Declaration
<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
'Usage
Dim instance As DatamatrixBarcodeReadOptions Dim value As Boolean instance.EnableSmallSymbols = value value = instance.EnableSmallSymbols
[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() <br/>get_EnableSmallSymbols();<br/>set_EnableSmallSymbols(value);<br/>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 value); }
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.
For an example, refer to DatamatrixBarcodeReadOptions.