←Select platform

MaximumImageWidth Property

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

Property Value

The maximum image width allowed when reading barcodes. The default value is 0.

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 22.0.2023.5.9
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly

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