Leadtools.Barcode Namespace : BarcodeImageType Enumeration |
[SerializableAttribute()] public enum BarcodeImageType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <SerializableAttribute()> Public Enum BarcodeImageType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As BarcodeImageType
[SerializableAttribute()] public enum BarcodeImageType : System.IComparable, System.IConvertible, System.IFormattable
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.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0 | ScannedDocument |
The barcode image is generated using a scanner. |
1 | Picture |
The barcode image is a picture taken from camera or video devices. |
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.
System.Object
System.ValueType
System.Enum
Leadtools.Barcode.BarcodeImageType