←Select platform

MaximumImageHeight Property

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

Property Value

The maximum image height allowed when reading barcodes.

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 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.