AustralianPostCustomDecodeMode | The method to be used in decoding the Custom section of the Australian Post barcode |
BarcodeAppendCheckSum | Append checksum value to the barcode value in recognition. |
BarcodeCap | Returns the barcode capability and performance for the system. |
BarcodeCodeName | Name of the recognized barcode. |
BarcodeH | Height of the image area of the recognized barcode. |
BarcodeIncludeControlCharacters | Insert control characters into the barcode value |
BarcodeInkColor | Ink color of barcodes to search for in recognition. |
BarcodeOrientation | Orientation of barcodes to search for in recognition. |
BarcodeResult | String value of the recognized barcode. |
BarcodeResultStyle | Enumeration type of the recognized barcode. |
BarcodeSkew | Angle of the recognized barcode. |
BarcodeType | Type of barcodes to search for in recognition. |
BarcodeW | Width of the image area of the recognized barcode. |
BarcodeX | X-Coordinate of the image area of the recognized barcode. |
BarcodeX1 | X-Coordinate of the top, left point of the recognized barcode. |
BarcodeX2 | X-Coordinate of the top, right point of the recognized barcode. |
BarcodeX3 | X-Coordinate of the bottom, right point of the recognized barcode. |
BarcodeX4 | X-Coordinate of the bottom, left point of the recognized barcode. |
BarcodeY | Y-Coordinate of the image area of the recognized barcode. |
BarcodeY1 | Y-Coordinate of the top, left point of the recognized barcode. |
BarcodeY2 | Y-Coordinate of the top, right point of the recognized barcode. |
BarcodeY3 | Y-Coordinate of the bottom, right point of the recognized barcode. |
BarcodeY4 | Y-Coordinate of the bottom, left point of the recognized barcode. |
ChecksumCharCount | Number of characters in the recognized checksum. |
ChecksumOK | Check if there is a valid checksum value for the recognized barcode. |
Confidence | Confidence of the barcode that was recognized. |
Debug | Specifies the state of debug logging for the component. |
DebugErrorLevel | Specifies the level of error information in the debug log. |
DebugLogFile | Contains the full path name of the log file. |
ErrorCode | Returns the number value of the last error. |
ErrorDescription | Gets a description of the error for this object. |
ErrorLevel | Deprecated, use DebugErrorLevel. Specifies the level of error information in the debug log. |
EvaluationMode | If the control is using a trial license, this property determines the behavior of the control to be either display of nag screens or timeouts of the control. |
Font | Font of the barcode value written as text adjacent to the barcode being created. |
hDIB | This property has been deprecated and replaced by the AnalyzehDib method. |
ImageSource | This property has been deprecated and replaced by the AnalyzehDib and AnalyzeIPicture methods. |
MakeBarcodeAdjustBarSize | Allows for dynamic setting of the width of the bars when creating a barcode. |
MakeBarcodeAutoSize | Allows for dynamic sizing of the image when creating a barcode. |
MakeBarcodeBarSize | Minimum width of the bars when creating a barcode. |
MakeBarcodeBHeight | Sets the amount of white space on the top and bottom of the created barcode. |
MakeBarcodeBWidth | Sets the amount of white space to the right and left of the created barcode. |
MakeBarcodeCBarSize | Returns the width of a single width bar used to create the barcode. |
MakeBarcodeColumns | Number of columns to create in a 2D barcode |
MakeBarcodeColumnsCreated | Number of columns created in the barcode |
MakeBarcodeDataValueLength | Gets the length of the current barcode data |
MakeBarcodeDIB | Returns the barcode picture. |
MakeBarcodeErrorCorrectionLevel | Error correction level to using in a 2D barcode, ignored if not supported by the barcode type |
MakeBarcodeErrorCorrectionLevelUsed | Error correction level used in the created barcode |
MakeBarcodeHeight | Height of the new image in which the created barcode will be drawn. |
MakeBarcodeMinHeight | Minimum height of the bars when creating a barcode. |
MakeBarcodePic | Returns a handle to the barcode Device Independent Bitmap. |
MakeBarcodeRHeight | Returns the height of the image needed to create the barcode. |
MakeBarcodeRows | Number of rows to be created in a 2D barcode |
MakeBarcodeRowsCreated | Number of rows created in the barcode |
MakeBarcodeRWidth | Returns the width of the image needed to create the barcode. |
MakeBarcodeShowValue | Determines whether the barcode value is written as text adjacent to the created barcode. |
MakeBarcodeStyle | Type of barcode to create. |
MakeBarcodeUPCNotchPercent | Notch percent of the barcode for the text value. Used by supported barcodes only (ie. UPC-A, EAN13), otherwise this value is ignored. |
MakeBarcodeValue | String value of the barcode being created. |
MakeBarcodeValueGap | Sets the amount of gap between the text and barcode when creating a barcode. |
MakeBarcodeValueLRGap | Sets the vertical offset of outside text. Used by supported barcodes only (ie. UPC-A, EAN13), otherwise this value is ignored. |
MakeBarcodeValueOFont | Sets the font used to display the UPC values that appear outside of the left and right guard bars. |
MakeBarcodeValueOGap | Sets the amount of gap between the outside text and barcode when creating a barcode. Used by supported barcodes only (ie. UPC-A, EAN13), otherwise this value is ignored. |
MakeBarcodeWidth | Width of the new image in which the created barcode will be drawn. |
MaxBarcodes | Maximum number of barcodes to recognize. Processing will halt after this number of barcodes have been found. |
NumBarcodes | Number of barcodes recognized. |
Picture | This property has been deprecated and replaced by using the AnalyzeIPicture method. |
RaiseExceptions | Determines if errors are raised as exceptions in the application. |
ReaderAreaHeight | The height, in pixels, of the region of interest. |
ReaderAreaWidth | The width, in pixels, of the region of interest. |
ReaderAreaX | The left edge coordinate, in pixels, of the region of interest. |
ReaderAreaY | The top edge coordinate, in pixels, of the region of interest. |
ReaderScanDistance | Distance between scans when searching for 1D barcodes |
ResultLen | Length of the result string. |
ReturnPossibleBarcodes | Include possible barcodes in the result list. |
SSError | This property has been deprecated and replaced by the ErrorCode property. |
SSErrorMsg | This property has been deprecated and replaced by the ErrorDescription property. |
WriteChecksumChar | Sets the checksum write flag for barcodes that optionally use checksums. |