Accusoft BarcodeXpress v9.0
BarcodeXpress Object Members
See Also  Overview  Send comments on this topic.
AccusoftBarcodeXpress9 ActiveX DLL : BarcodeXpress Object

Glossary Item Box

Public Methods

Public Method AboutBoxDisplays a dialog box that contains the Barcode Xpress version, build, and copyright information.
Public Method AnalyzeBarcodeThis method has been deprecated. Use the AnalyzehDib and AnalyzeIPicture methods instead.
Public Method AnalyzeBCThis method has been deprecated. Use the AnalyzehDib and AnalyzeIPicture methods instead.
Public Method AnalyzehDibThis method detects a barcode within the given DIB (Device Independent Bitmap).
Public Method AnalyzeIPictureThis method detects a barcode within the given Picture.
Public Method GetBarcodeReturns the data for the barcode found at the specified index value within the array returned by AnalyzeDIB.
Public Method GetBarcodeResultDataValueGets the BarcodeResult as an array of bytes.
Public Method GetMakeBarcodeDataValueReturns the barcode value as an array of bytes.
Public Method MakeBarcodeThis method creates a barcode.
Public Method PrintBarcodePrints a barcode to a printer Device Context (DC).
Public Method ReadFromStreamReads a specially-formatted stream and places the values into properties of this object.
Public Method SetCtlFontNameThis method sets the font name.
Public Method SetCtlFontSizeSets the font size.
Public Method SetCtlFontStyleSets the font style.
Public Method SetCtlOFontNameSets the font name used to display the UPC values that appear outside of the left and right guard bars.
Public Method SetCtlOFontSizeSets the font size used to display the UPC values that appear outside of the left and right guard bars.
Public Method SetCtlOFontStyleSets the font style used to display the UPC values that appear outside of the left and right guard bars.
Public Method SetMakeBarcodeDataValueSets the barcode value as an array of bytes.
Public Method SetOEMLicenseKeySets the OEM license key required by platinum runtime licensing.
Public Method SetSolutionKeySets the solution key required by runtime licensing.
Public Method SetSolutionNameSets the solution name required by runtime licensing.
Public Method WriteToStreamWrites some properties of this object to a specially-formatted stream.

Public Properties

Public Property AustralianPostCustomDecodeModeThe method to be used in decoding the Custom section of the Australian Post barcode
Public Property BarcodeAppendCheckSumAppend checksum value to the barcode value in recognition.
Public Property BarcodeCapReturns the barcode capability and performance for the system.
Public Property BarcodeCodeNameName of the recognized barcode.
Public Property BarcodeHHeight of the image area of the recognized barcode.
Public Property BarcodeIncludeControlCharactersInsert control characters into the barcode value
Public Property BarcodeInkColorInk color of barcodes to search for in recognition.
Public Property BarcodeOrientationOrientation of barcodes to search for in recognition.
Public Property BarcodeResultString value of the recognized barcode.
Public Property BarcodeResultStyleEnumeration type of the recognized barcode.
Public Property BarcodeSkewAngle of the recognized barcode.
Public Property BarcodeTypeType of barcodes to search for in recognition.
Public Property BarcodeWWidth of the image area of the recognized barcode.
Public Property BarcodeXX-Coordinate of the image area of the recognized barcode.
Public Property BarcodeX1X-Coordinate of the top, left point of the recognized barcode.
Public Property BarcodeX2X-Coordinate of the top, right point of the recognized barcode.
Public Property BarcodeX3X-Coordinate of the bottom, right point of the recognized barcode.
Public Property BarcodeX4X-Coordinate of the bottom, left point of the recognized barcode.
Public Property BarcodeYY-Coordinate of the image area of the recognized barcode.
Public Property BarcodeY1Y-Coordinate of the top, left point of the recognized barcode.
Public Property BarcodeY2Y-Coordinate of the top, right point of the recognized barcode.
Public Property BarcodeY3Y-Coordinate of the bottom, right point of the recognized barcode.
Public Property BarcodeY4Y-Coordinate of the bottom, left point of the recognized barcode.
Public Property ChecksumCharCountNumber of characters in the recognized checksum.
Public Property ChecksumOKCheck if there is a valid checksum value for the recognized barcode.
Public Property ConfidenceConfidence of the barcode that was recognized.
Public Property DebugSpecifies the state of debug logging for the component.
Public Property DebugErrorLevelSpecifies the level of error information in the debug log.
Public Property DebugLogFileContains the full path name of the log file.
Public Property ErrorCodeReturns the number value of the last error.
Public Property ErrorDescriptionGets a description of the error for this object.
Public Property ErrorLevelDeprecated, use DebugErrorLevel. Specifies the level of error information in the debug log.
Public Property EvaluationModeIf 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.
Public Property FontFont of the barcode value written as text adjacent to the barcode being created.
Public Property hDIBThis property has been deprecated and replaced by the AnalyzehDib method.
Public Property ImageSourceThis property has been deprecated and replaced by the AnalyzehDib and AnalyzeIPicture methods.
Public Property MakeBarcodeAdjustBarSizeAllows for dynamic setting of the width of the bars when creating a barcode.
Public Property MakeBarcodeAutoSizeAllows for dynamic sizing of the image when creating a barcode.
Public Property MakeBarcodeBarSizeMinimum width of the bars when creating a barcode.
Public Property MakeBarcodeBHeightSets the amount of white space on the top and bottom of the created barcode.
Public Property MakeBarcodeBWidthSets the amount of white space to the right and left of the created barcode.
Public Property MakeBarcodeCBarSizeReturns the width of a single width bar used to create the barcode.
Public Property MakeBarcodeColumnsNumber of columns to create in a 2D barcode
Public Property MakeBarcodeColumnsCreatedNumber of columns created in the barcode
Public Property MakeBarcodeDataValueLengthGets the length of the current barcode data
Public Property MakeBarcodeDIBReturns the barcode picture.
Public Property MakeBarcodeErrorCorrectionLevelError correction level to using in a 2D barcode, ignored if not supported by the barcode type
Public Property MakeBarcodeErrorCorrectionLevelUsedError correction level used in the created barcode
Public Property MakeBarcodeHeightHeight of the new image in which the created barcode will be drawn.
Public Property MakeBarcodeMinHeightMinimum height of the bars when creating a barcode.
Public Property MakeBarcodePicReturns a handle to the barcode Device Independent Bitmap.
Public Property MakeBarcodeRHeightReturns the height of the image needed to create the barcode.
Public Property MakeBarcodeRowsNumber of rows to be created in a 2D barcode
Public Property MakeBarcodeRowsCreatedNumber of rows created in the barcode
Public Property MakeBarcodeRWidthReturns the width of the image needed to create the barcode.
Public Property MakeBarcodeShowValueDetermines whether the barcode value is written as text adjacent to the created barcode.
Public Property MakeBarcodeStyleType of barcode to create.
Public Property MakeBarcodeUPCNotchPercentNotch percent of the barcode for the text value. Used by supported barcodes only (ie. UPC-A, EAN13), otherwise this value is ignored.
Public Property MakeBarcodeValueString value of the barcode being created.
Public Property MakeBarcodeValueGapSets the amount of gap between the text and barcode when creating a barcode.
Public Property MakeBarcodeValueLRGapSets the vertical offset of outside text. Used by supported barcodes only (ie. UPC-A, EAN13), otherwise this value is ignored.
Public Property MakeBarcodeValueOFontSets the font used to display the UPC values that appear outside of the left and right guard bars.
Public Property MakeBarcodeValueOGapSets 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.
Public Property MakeBarcodeWidthWidth of the new image in which the created barcode will be drawn.
Public Property MaxBarcodesMaximum number of barcodes to recognize. Processing will halt after this number of barcodes have been found.
Public Property NumBarcodesNumber of barcodes recognized.
Public Property PictureThis property has been deprecated and replaced by using the AnalyzeIPicture method.
Public Property RaiseExceptionsDetermines if errors are raised as exceptions in the application.
Public Property ReaderAreaHeightThe height, in pixels, of the region of interest.
Public Property ReaderAreaWidthThe width, in pixels, of the region of interest.
Public Property ReaderAreaXThe left edge coordinate, in pixels, of the region of interest.
Public Property ReaderAreaYThe top edge coordinate, in pixels, of the region of interest.
Public Property ReaderScanDistanceDistance between scans when searching for 1D barcodes
Public Property ResultLenLength of the result string.
Public Property ReturnPossibleBarcodesInclude possible barcodes in the result list.
Public Property SSErrorThis property has been deprecated and replaced by the ErrorCode property.
Public Property SSErrorMsgThis property has been deprecated and replaced by the ErrorDescription property.
Public Property WriteChecksumCharSets the checksum write flag for barcodes that optionally use checksums.

See Also

©2013. Accusoft Corporation. All Rights Reserved.