Class | Description | |
---|---|---|
BarcodeException | Summary description for BarcodeExceptions. | |
BarcodeXpress | The main object for this component. | |
ColumnCountException | This exception is thrown if the input columns are outside the valid range for a 2D barcode type to be created. | |
ErrorCorrectionLevelTooHighException | 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. | |
ImageNotAvailableException | An exception object that this component will throw whenever there is no image available for an operation that requires one. | |
InsufficientHeightException | This exception is thrown if the WriterBase.Height value set by the user is smaller than the required height of the barcode. | |
InsufficientWidthException | This exception is thrown if the barcode WriterBase.Width value set by the user is smaller than the required width of the barcode. | |
InternalErrorException | An exception object that this component will throw whenever an unhandled exception is encountered. | |
InvalidAreaException | An exception object that this component will throw whenever an invalid area is used in barcode recognition. | |
InvalidBarcodeValueException | This exception is thrown if the WriterBase.BarcodeValue is NULL, or if the barcode value set is invalid for the current barcode type. | |
InvalidBitmapException | This exception is thrown if an invalid bitmap is detected. | |
InvalidErrorCorrectionLevelException | This exception is thrown if the error correction level is not in the valid range for the 2D barcode type. | |
InvalidIndexException | This exception is thrown if a request for results is outside the valid range. | |
InvalidLicenseException | This exception is thrown if an invalid license is detected. | |
InvalidParameterException | This exception is thrown if a parameter is invalid. | |
LargeDataSizeException | This exception is thrown if the barcode data will not fit in the current symbol's rows and columns. | |
Licensing | Provides methods for setting the license information for the component. | |
OutOfMemoryException | This exception is thrown if the creation of the bitmap to draw the barcode fails. | |
ParameterOutOfRangeException | This exception is thrown if a parameter is out of range. | |
PDF417EncodingException | This exception is thrown if an internal exception has occurred while trying to encode the barcode data. | |
Reader | The Reader Class includes methods and properties to be used in recognizing barcodes. | |
Result | The Results Class includes properties used to return barcode recognition results. | |
RowCountException | This exception is thrown if the input columns are outside the valid range of the 2D barcode type to be created. | |
StreamParseErrorException | This exception is thrown if a parse error is encounterd in the ReadFromStream method. | |
TimeoutErrorException | This exception is not used. | |
UnableCreateUPCEException | This exception is thrown if the function to expand a UPC-E value to a UPC-A value fails. | |
UnableReadBitmapException | This exception is thrown if the bitmap is unreadable. | |
UnsupportBarcodeTypeException | This exception is thrown if an unsupported barcode type is detected. | |
Writer | The Writer Class is inherited from the WriterBase Class and is used to create 1D barcodes. | |
WriterBase | The WriterBase Class includes properties used to write barcode recognition results. | |
WriterDataMatrix | WriterDataMatrix extends the writer class to include the writing of DataMatrix barcodes. | |
WriterPDF417 | WriterPDF417 extends the writer class to include the writing of PDF417 barcodes. | |
WriterQRCode | WriterQRCode extends the writer class to include the writing of QR Code barcodes. |
Enumeration | Description | |
---|---|---|
AustralianPostCustomDecodeType | The Australian Post 4 State barocde supports a custom section in both the Customer Barcode 2 and Customer Barcode 3 formats. | |
BarcodeStatus | Indicates the barcode image is either acceptable, possibly out of range or invalid. | |
BarcodeType | Specifies a barcode type. | |
DataMatrixSizes | The rows and columns are encoded in the value of the enumerations using this equation: RowsXColumnsY = X * 256 + Y. AutoRowsAndColumns is -1. | |
ErrorLevelInfo | Defines the amount of error information to write to the BarcodeXpress.DebugLogFile. | |
EvaluationMode | The evaluation choice of the component. | |
InkColorInfo | Specifies the ink color for barcodes search. | |
OrientationInfo | Specifies the orientation for the barcode search. | |
PDF417ErrorCorrectionLevel | PDF417 Error correction levels. | |
QRCodeErrorCorrectionLevel | QR Code Error correction levels. | |
QRCodeSizes | The rows and columns encoded in the value of the enumerations. AutoRowsAndColumns is -1. | |
ShowTextInfo | Specifies the text to display adjacent to the created barcode. |