C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the maximum image width allowed when reading barcodes.
public int MaximumImageWidth { get; set; }
Public Property MaximumImageWidth As Integer
public int MaximumImageWidth {get; set;}
@property (nonatomic, assign) NSInteger maximumImageWidth
public int getMaximumImageWidth()
public void setMaximumImageWidth(int value)
<br/>get_MaximumImageWidth();<br/>set_MaximumImageWidth(value);<br/>Object.defineProperty('MaximumImageWidth');
The maximum image width allowed when reading barcodes.
If the image width 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