VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode Namespace / WriterSettings Class / AztecDataLayers Property
Syntax Requirements SeeAlso
In This Topic
    AztecDataLayers Property (WriterSettings)
    In This Topic
    Gets or sets number of data layers in aztec symbol.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(0)>
    <CategoryAttribute("Aztec")>
    <DescriptionAttribute("Number of data layers in aztec symbol.")>
    Public Property AztecDataLayers As Integer
    
    
    [DefaultValue(0)]
    [Category("Aztec")]
    [Description("Number of data layers in aztec symbol.")]
    public int AztecDataLayers { get; set; }
    
    
    [DefaultValue(0)]
    [Category("Aztec")]
    [Description("Number of data layers in aztec symbol.")]
    public: __property int get_AztecDataLayers();
    public: __property void set_AztecDataLayers(
    int value
    );
    [DefaultValue(0)]
    [Category("Aztec")]
    [Description("Number of data layers in aztec symbol.")]
    public:
    property int AztecDataLayers { int get(); void set(int value); }

    Property Value

    Default value is 0 (number of data layers calculated automatically).
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also