←Select platform

ResizeSmall1D Property

Summary

Enhance the bars for the small module width symbols.

Syntax
C#
VB
Objective-C
C++
Java
public bool ResizeSmall1D { get; set; } 
Public Property ResizeSmall1D As Boolean 
@property (nonatomic, assign) BOOL resizeSmall1D 
public boolean getResizeSmall1D() 
public void setResizeSmall1D(boolean value) 
public: 
property bool ResizeSmall1D { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to enhance the bars for the small module width symbols. Otherwise, false. The default value is false.

Remarks

Should be used when reading 1D symbols that has small width per module especially if the image has low dpi value.

Example

For an example, refer to OneDBarcodeReadOptions.

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