C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the maximum image height allowed when reading barcodes.
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');
The maximum image height allowed when reading barcodes.
If the image height is greater than this value, then the barcode engine will resize it before performing the barcode search.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET