VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / Web2DBarcodeWriterSettingsJS type / get_AztecErrorCorrectionDataPercent Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_AztecErrorCorrectionDataPercent Method
    In This Topic
    Gets a percent of error correction data in Aztec symbol.
    Syntax
    var instance = new Vintasoft.Barcode.Web2DBarcodeWriterSettingsJS();
    
    var value; // Type: number
    value = instance.get_AztecErrorCorrectionDataPercent();
    
    
    function get_AztecErrorCorrectionDataPercent() : number;
    

    Return Value

    Percent of error correction data in aztec symbol.
    Browser Compatibility
    9
    5
    11
    5
    See Also