Leadtools.Barcode Namespace > DatamatrixBarcodeReadOptions Class : EnableSmallSymbols Property |
[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); }
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.