Description
The SetBarcodeArrayLength method allocates a Length size ByteArray, where decoded string will be written into. 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 = [BiBrQR] 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 GetQRStructElement, SetBarcodeArrayElementAt, GetBarcodeArrayElementA, GetBarcodeArrayLength