This section details the constant values of the BiBrP417.OCX and BiBwP417.OCX controls.
BiBrP417.OCX contains the following error constants (in enumBiBrP417ErrorCodes) :
· BARCODEP417R_NO_ERROR (0) : No error occurred.
· BARCODEP417R_PARAMETER_ERROR (-1) : Invalid parameters.
· BARCODEP417R_MEMORY_ERROR (-2) : A memory error occurred (e.g. not enough memory, or GlobalLock error, etc.).
· BARCODEP417R_BARCODE_NOT_FOUND (-3) : Not any barcode found on the image.
BiBwP417.OCX contains the following error constants (in enumBiBwP417ErrorCodes) :
· BARCODEP417W_NO_ERROR (0) : No error occurred.
· BARCODEP417W_PARAMETER_ERROR (-1) : Invalid parameters.
· BARCODEP417W_MEMORY_ERROR (-2) : A memory error occurred (e.g. not enough memory, or GlobalLock error, etc.).
· BARCODEP417W_DATASTREAM_TOO_LARGE (-3) : The input data stream is too large to convert it into a PDF-417 Barcode symbol.
· BARCODEP417W_NOT_ENOUGH_SPACE (-4) : Not enough space on the image to display the PDF-417 Barcode.
BiBwP417.OCX contains the following rotation constants (in enumBiBwP417Rotations) :
· P417_ROTATION_0 (0) : Rotation degree : 0.
· P417_ROTATION_90 (1) : Rotation degree : 90.
· P417_ROTATION_180 (2) : Rotation degree : 180.
· P417_ROTATION_270 (3) : Rotation degree : 270.
BiBwP417.OCX contains the following Error-correction level constants (in enumBiBwP417ErrorCorrectionLevels) :
· P417_ECC_LEVEL_0 (0) : Level 0 (2 error-correction codeword).
· P417_ECC_LEVEL_1 (1) : Level 1 (4 error-correction codeword).
· P417_ECC_LEVEL_2 (2) : Level 2 (8 error-correction codeword).
· P417_ECC_LEVEL_3 (3) : Level 3 (16 error-correction codeword).
· P417_ECC_LEVEL_4 (4) : Level 4 (32 error-correction codeword).
· P417_ECC_LEVEL_5 (5) : Level 5 (64 error-correction codeword).
· P417_ECC_LEVEL_6 (6) : Level 6 (128 error-correction codeword).
· P417_ECC_LEVEL_7 (7) : Level 7 (256 error-correction codeword).
· P417_ECC_LEVEL_8 (8) : Level 8 (512 error-correction codeword).
· P417_ECC_LEVEL_AUTO (9) : Automatic level.