←Select platform

MaximumImageHeight Property

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

Property Value

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

Remarks

If the image height 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.