Gets or sets a value that indicate whether to detect small DataMatrix symbols that are 20 to 40 pixels in size.
public bool EnableSmallSymbols { get; set; }
Public Property EnableSmallSymbols As Boolean
public bool EnableSmallSymbols {get; set;}
@property (nonatomic, assign) BOOL enableSmallSymbols
public boolean getEnableSmallSymbols()
public void setEnableSmallSymbols(boolean value)
<br/>get_EnableSmallSymbols();<br/>set_EnableSmallSymbols(value);<br/>Object.defineProperty('EnableSmallSymbols');
true to detect small DataMatrix symbols that are 20 to 40 pixels in size. Otherwise, false. The default value is true.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET