SetBarcodeArrayLength

Description

The SetBarcodeArrayLength method allocates a Length size ByteArray, where decoded string will be written into. This method must be called before calling method GetDataMatrixStructElement. An element of ByteArray can be set by the method SetBarcodeArrayElementAt. An element of ByteArray can be retrieved by the method GetBarcodeArrayElementA. The size of ByteArray can be retrieved by the method GetBarcodeArrayLength.

Syntax RetVal = [BiBrP417] SetBarcodeArrayLength Length

Returns               RetVal       Boolean                       True on success or False on error.

Remarks             Length         Long             Size of ByteArray, where decoded string will be written into.

See Also              GetDataMatrixStructElement, SetBarcodeArrayElementAt, GetBarcodeArrayElementA, GetBarcodeArrayLength