←Select platform

MaximumImageWidth Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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');  
public: 
property int MaximumImageWidth { 
   int get(); 
   void set (    int ); 
} 

Property Value

The maximum image width allowed when reading barcodes.

Remarks

If the image width 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