VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode Namespace / WriterSettings Class / AztecEncodingMode Property
Syntax Requirements SeeAlso
In This Topic
    AztecEncodingMode Property (WriterSettings)
    In This Topic
    Gets or sets Aztec data encoding mode.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(Undefined)>
    <CategoryAttribute("Aztec")>
    <DescriptionAttribute("Aztec data encoding mode.")>
    Public Property AztecEncodingMode As Vintasoft.Barcode.BarcodeInfo.AztecEncodingMode
    
    
    [DefaultValue(Undefined)]
    [Category("Aztec")]
    [Description("Aztec data encoding mode.")]
    public Vintasoft.Barcode.BarcodeInfo.AztecEncodingMode AztecEncodingMode { get; set; }
    
    
    [DefaultValue(Undefined)]
    [Category("Aztec")]
    [Description("Aztec data encoding mode.")]
    public: __property Vintasoft.Barcode.BarcodeInfo.AztecEncodingMode get_AztecEncodingMode();
    public: __property void set_AztecEncodingMode(
    Vintasoft.Barcode.BarcodeInfo.AztecEncodingMode value
    );

    Property Value

    Default value is AztecEncodingMode.Undefined.
    Requirements

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

    See Also