IBarcodeSettings
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
int AztecLayers { get; set; }
Property AztecLayers As Integer
Get
Set
property int AztecLayers {
int get ();
void set (int value);
}
abstract AztecLayers : int with get, set
Property Value
Type:
Int32
See Also