VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / Web2DBarcodeWriterSettingsJS type / get_AztecEncodingMode Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_AztecEncodingMode Method
    In This Topic
    Gets Aztec data encoding mode.
    Syntax
    var instance = new Vintasoft.Barcode.Web2DBarcodeWriterSettingsJS();
    
    var value; // Type: Vintasoft.Barcode.WebAztecEncodingModeEnumJS
    value = instance.get_AztecEncodingMode();
    
    
    function get_AztecEncodingMode() : WebAztecEncodingModeEnumJS;
    

    Return Value

    An instance of WebAztecEncodingModeEnumJS class that defines the Aztec data encoding mode.
    Browser Compatibility
    9
    5
    11
    5
    See Also