←Select platform

MaximumImageWidth Property

Summary
Gets or sets the maximum image width allowed when reading barcodes.
Syntax
C#
VB
Objective-C
C++
Java
public int MaximumImageWidth { get; set; } 
Public Property MaximumImageWidth As Integer 
@property (nonatomic, assign) NSInteger maximumImageWidth 
public int getMaximumImageWidth() 
public void setMaximumImageWidth(int value) 
public: 
property int MaximumImageWidth { 
   int get(); 
   void set (    int ); 
} 

Property Value

The maximum image width allowed when reading barcodes.

Remarks

If the image width is greater than this value, then the barcode engine will resize it before performing the barcode search.

Requirements

Target Platforms

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

Leadtools.Barcode Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.