LEADTOOLS Barcode (Leadtools.Barcode assembly)

ImageType Property

Show in webframe







Gets or sets the barcode image type when reading barcodes.
Syntax
public BarcodeImageType ImageType {get; set;}
'Declaration
 
Public Property ImageType As BarcodeImageType
'Usage
 
Dim instance As BarcodeReader
Dim value As BarcodeImageType
 
instance.ImageType = value
 
value = instance.ImageType
public BarcodeImageType ImageType {get; set;}
@property (nonatomic, assign) BarcodeImageType imageType;
public int getImageType()
public void setImageType(BarcodeImageType value)
             
 
get_ImageType();
set_ImageType(value);
Object.defineProperty('ImageType');
public:
property BarcodeImageType ImageType {
   BarcodeImageType get();
   void set (    BarcodeImageType value);
}

Property Value

A BarcodeImageType enumeration member that indicates the image type when reading barcodes. The default value is BarcodeImageType.ScannedDocument.
Remarks

ImageType is used to determine the type of barcode image when reading barcodes. Barcode images generated by picture devices such as camera and video recorder may suffer problems different than the images generated by scanners, e.g., shadows, which may require special handling of the barcode image.

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