Error processing SSI file
LEADTOOLS Barcode (Leadtools.Barcode assembly)

Show in webframe

MaximumImageWidth Property








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) 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 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

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