←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
Java
Objective-C
WinRT C#
C++
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');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly