VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode Namespace / WriterSettings Class / AztecErrorCorrectionDataPercent Property
Syntax Requirements SeeAlso
In This Topic
    AztecErrorCorrectionDataPercent Property (WriterSettings)
    In This Topic
    Gets or sets a percent of error correction data in aztec symbol.
    Syntax
    'Declaration
    
    <DescriptionAttribute("Percent of error correction data in aztec symbol.")>
    <CategoryAttribute("Aztec")>
    <DefaultValueAttribute(25)>
    Public Property AztecErrorCorrectionDataPercent As Double
    
    
    [Description("Percent of error correction data in aztec symbol.")]
    [Category("Aztec")]
    [DefaultValue(25)]
    public double AztecErrorCorrectionDataPercent { get; set; }
    
    
    [Description("Percent of error correction data in aztec symbol.")]
    [Category("Aztec")]
    [DefaultValue(25)]
    public: __property double get_AztecErrorCorrectionDataPercent();
    public: __property void set_AztecErrorCorrectionDataPercent(
    double value
    );
    [Description("Percent of error correction data in aztec symbol.")]
    [Category("Aztec")]
    [DefaultValue(25)]
    public:
    property double AztecErrorCorrectionDataPercent { double get(); void set(double value); }

    Property Value

    Default value is 25.
    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