LEADTOOLS Barcode (Leadtools.Barcode assembly)

MaximumImageWidth Property

Show in webframe







Gets or sets the maximum image width allowed when reading barcodes.
Syntax
public int MaximumImageWidth {get; set;}
'Declaration
 
Public Property MaximumImageWidth As Integer
'Usage
 
Dim instance As BarcodeReader
Dim value As Integer
 
instance.MaximumImageWidth = value
 
value = instance.MaximumImageWidth
public int MaximumImageWidth {get; set;}
@property (nonatomic, assign) int maximumImageWidth;
public int getMaximumImageWidth()
public void setMaximumImageWidth(int value)
            
 
get_MaximumImageWidth();
set_MaximumImageWidth(value);
Object.defineProperty('MaximumImageWidth');
public:
property int MaximumImageWidth {
   int get();
   void set (    int value);
}

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

See Also

Reference

BarcodeReader Class
BarcodeReader Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features