Barcode Xpress for .NET Framework v13.9 - Updated
Accusoft.BarcodeXpressSdk Namespace
Inheritance Hierarchy
Classes
 ClassDescription
Class Summary description for BarcodeExceptions.
Class The main object for this component.
Class This exception is thrown if the input columns are outside the valid range for a 2D barcode type to be created.
Class This exception is thrown if the input barcode data will fit in the 2D barcode but the error correction words will not fit because there are more error words than will fit in the remainder of the symbol.
Class An exception object that this component will throw whenever there is no image available for an operation that requires one.
ClassThis exception is thrown if the WriterBase.Height value set by the user is smaller than the required height of the barcode.
ClassThis exception is thrown if the barcode WriterBase.Width value set by the user is smaller than the required width of the barcode.
Class An exception object that this component will throw whenever an unhandled exception is encountered.
Class An exception object that this component will throw whenever an invalid area is used in barcode recognition.
ClassThis exception is thrown if the WriterBase.BarcodeValue is NULL, or if the barcode value set is invalid for the current barcode type.
Class This exception is thrown if an invalid bitmap is detected.
Class This exception is thrown if the error correction level is not in the valid range for the 2D barcode type.
Class This exception is thrown if a request for results is outside the valid range.
Class This exception is thrown if an invalid license is detected.
Class This exception is thrown if a parameter is invalid.
Class This exception is thrown if the barcode data will not fit in the current symbol's rows and columns.
Class Provides methods for setting the license information for the component.
Class The ModeTransition class stores information relating to any state changes that occur inside the barcode decoding process.
Class This exception is thrown if the creation of the bitmap to draw the barcode fails.
Class This exception is thrown if a parameter is out of range.
Class This exception is thrown if an internal exception has occurred while trying to encode the barcode data.
Class The Reader Class includes methods and properties to be used in recognizing barcodes.
Class The Results Class includes properties used to return barcode recognition results.
Class The ResultInfo2D includes properties used to return 2D barcode information results.
Class This exception is thrown if the input columns are outside the valid range of the 2D barcode type to be created.
Class This exception is thrown if a parse error is encounterd in the ReadFromStream method.
Class This exception is not used.
Class This exception is thrown if the function to expand a UPC-E value to a UPC-A value fails.
Class This exception is thrown if the bitmap is unreadable.
Class This exception is thrown if an unsupported barcode type is detected.
ClassThe Writer Class is inherited from the WriterBase Class and is used to create 1D barcodes.
Class The WriterBase Class includes properties used to write barcode recognition results.
Class WriterDataMatrix extends the writer class to include the writing of DataMatrix barcodes.
Class WriterPDF417 extends the writer class to include the writing of PDF417 barcodes.
Class WriterQRCode extends the writer class to include the writing of QR Code barcodes.
Enumerations
 EnumerationDescription
Enumeration The Australian Post 4 State barocde supports a customer section in both the Customer Barcode 2 and Customer Barcode 3 formats.
Enumeration Indicates the barcode image is either acceptable, possibly out of range or invalid.
Enumeration Specifies a barcode type.
Enumeration The rows and columns are encoded in the value of the enumerations using this equation: RowsXColumnsY = X * 256 + Y. AutoRowsAndColumns is -1.
EnumerationDefines the amount of error information to write to the BarcodeXpress.DebugLogFile.
Enumeration The evaluation choice of the component.
Enumeration Specifies the ink color for barcodes search.
Enumeration Specifies state transitions in the barcode reader's internal state.
Enumeration The values in this enumeration can be provided to the BarcodeXpress constructor in order to specify which method it should use to load it's native components. This will not be necessary in most cases since the default, the MemoryLoader, is the simplest for local development and most other cases. This may fail when run at the same time as certain antivirus programs, in which case you can use either of the two other loaders. Like the memory loader, the SSM loader does not require you to distribute any additional files other than the BarcodeXpress.NET assembly as both of them use copies of the native component which exist as packed resources inside of the assembly. If security concerns require the use of separately packaged DLLs then you can use the LoadLibrary loader to load the BarcodeXpress WorkerExports dlls you provide. Some constructor forms also allow the user to provide a path to use for the loading operation. These paths can be either absolute or relative to the loading application. A path is mandatory when using the SSMLoader method and optional when using the LoadLibrary method.
Enumeration Specifies the orientation for the barcode search.
Enumeration PDF417 Error correction levels.
Enumeration QR Code Error correction levels.
Enumeration The rows and columns encoded in the value of the enumerations. AutoRowsAndColumns is -1.
Enumeration Specifies the text to display adjacent to the created barcode.
See Also

Reference

Accusoft.BarcodeXpress13.Net Assembly

Is this page helpful?
Yes No
Thanks for your feedback.