BarcodeSettings
AztecLayers Property
|
Gets or sets a value 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 nuber for layers (the default)
A positive number (1, 2, ... 32) specifies a normal (non-compact) Aztec code.
Namespace:
Spire.Barcode
Assembly:
Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
public int AztecLayers { get; set; }
Public Property AztecLayers As Integer
Get
Set
public:
virtual property int AztecLayers {
int get () sealed;
void set (int value) sealed;
}
abstract AztecLayers : int with get, set
override AztecLayers : int with get, set
Property Value
Type:
Int32
Implements
IBarcodeSettings
AztecLayers
See Also