Property: MaxSliceLen

(TBarcode2D_MicroQRCode)

Specifies the maximum number of bytes to slice the barcode data, in order to limit the depth of recursion.

Syntax:

property MaxSliceLen: Integer;

Description:

If the property EncodePolicy is set to epMixingOptimal, this property specifies the maximum number of bytes to slice the barcode data or text, each piece will be encoded in optimal combination of encoding modes using the recursion algorithm. It's useful to limit the depth of recursion, in order to prevent the computer has no response.

If the property is set to 0, the barcode data or text will not be sliced, and it will be encoded in optimal combination of encoding modes at a time, using the recursion algorithm.

If the property EncodePolicy isn't set to epMixingOptimal, the property value will be ignored.

Contents