aztecLayers property

EncodeHintType<Object> aztecLayers
final

Specifies the minimum and maximum number of rows and columns for PDF417 (type {com.google.zxing.pdf417.encoder.Dimensions Dimensions}). Specifies the required number of layers for an Aztec code. A negative number (-1, -2, -3, -4) specifies a compact Aztec code. 0 indicates to use the minimum number of layers (the default). A positive number (1, 2, .. 32) specifies a normal (non-compact) Aztec code. (Type {@link Integer}, or {@link String} representation of the integer value).

Implementation

//static final PDF417_DIMENSIONS = EncodeHintType<Dimensions>();

/// Specifies the required number of layers for an Aztec code.
/// A negative number (-1, -2, -3, -4) specifies a compact Aztec code.
/// 0 indicates to use the minimum number of layers (the default).
/// A positive number (1, 2, .. 32) specifies a normal (non-compact) Aztec code.
/// (Type {@link Integer}, or {@link String} representation of the integer value).
static final aztecLayers = EncodeHintType<Object>();