Description
The SetBarcodeArrayLength method allocates a Length size ByteArray, where encoded string will be written into. This method must be called before calling method WritePDF417Barcode. 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 = [BiBwP417] SetBarcodeArrayLength Length
Returns RetVal Boolean True on success or False on error.
Remarks Length Long Size of ByteArray, where encoded string will be written into.
See Also WritePDF417Barcode, SetBarcodeArrayElementAt, GetBarcodeArrayElementA, GetBarcodeArrayLength