The BarcodeExceptionCode Enumeration includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Flags that identify the exception codes.Visual Basic (Declaration) | |
---|---|
Public Enum BarcodeExceptionCode Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As BarcodeExceptionCode |
C# | |
---|---|
public enum BarcodeExceptionCode : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class BarcodeExceptionCode : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Barcode1dLocked | Barcode 1D is locked. |
Barcode2dReadLocked | Barcode Read 2D (CodeOne) is locked. |
Barcode2dWriteLocked | Barcode Write 2D (CodeOne) is locked. |
DatamatrixReadLocked | Barcode Read Datamatrix is locked. |
DatamatrixWriteLocked | Barcode Write Datamatrix is locked. |
DigitCheck | Invalid error check digit. |
DllNotFound | Bar Code Engine DLL not found. |
FoundCorrupt | Barcode PDF417 symbol is found but cannot be read successfully. |
Group | Invalid barcode group. |
Height | Invalid barcode height. |
InvalidBarcodeString | Invalid barcode string for a specified barcode type. |
InvalidType | Invalid barcode type. |
LastDuplicated | Reached the last duplicated barcode. |
Location | Invalid barcode area location. |
MultipleMaxCount | Invalid multiple max count. |
NoData | Invalid BarcodeData object. |
NotFound | No barcode recognition. |
NotFoundDuplicated | No duplicated barcode. |
PdfReadLocked | Barcode Read PDF is locked. |
PdfWriteLocked | Barcode Write PDF is locked. |
QrReadLocked | Barcode Read QR is locked. |
QrWriteLocked | Barcode Write QR is locked. |
StringLength | Invalid barcode data string length. |
TextOutW | Invalid barcode text out option. |
ToSmall | Barcode string is too small. |
Units | Invalid barcode measurement unit. |
Width | Invalid barcode width. |
XModule | Invalid XModule value, the value should >= 0. |
System.Object
System.ValueType
System.Enum
Leadtools.Barcode.BarcodeExceptionCode
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7