←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
Objective-C
C++
Java
public bool EnableSmallSymbols { get; set; } 
Public Property EnableSmallSymbols As Boolean 
@property (nonatomic, assign) BOOL enableSmallSymbols 
public boolean getEnableSmallSymbols() 
public void setEnableSmallSymbols(boolean value) 
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

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly