LEADTOOLS Barcode (Leadtools.Barcode assembly)

BarcodeImageType Enumeration

Show in webframe







Determines the type of barcode image when reading barcodes.
Syntax
'Declaration
 
<SerializableAttribute()>
Public Enum BarcodeImageType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As BarcodeImageType
enum LTBarcodeImageType
public enum BarcodeImageType
Leadtools.Barcode.BarcodeImageType = function() { };
Leadtools.Barcode.BarcodeImageType.prototype = {
ScannedDocument = 0, Picture = 1, };
[SerializableAttribute()]
public enum class BarcodeImageType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0ScannedDocument

The barcode image is generated using a scanner.

1Picture

The barcode image is a picture taken from camera or video devices.

Remarks

This BarcodeImageType enumeration is used as the type for the BarcodeReader.ImageType property and 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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Barcode.BarcodeImageType

Requirements

Target Platforms

See Also

Reference

Leadtools.Barcode Namespace

 

 


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