←Select platform

MaximumImageHeight Property

Summary

Gets or sets the maximum image height allowed when reading barcodes.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int MaximumImageHeight { get; set; } 
Public Property MaximumImageHeight As Integer 
public int MaximumImageHeight {get; set;} 
@property (nonatomic, assign) NSInteger maximumImageHeight 
public int getMaximumImageHeight() 
public void setMaximumImageHeight(int value) 
             
 <br/>get_MaximumImageHeight();<br/>set_MaximumImageHeight(value);<br/>Object.defineProperty('MaximumImageHeight');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly