VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / Web2DBarcodeWriterSettingsJS type / set_AztecEncodingMode Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_AztecEncodingMode Method
    In This Topic
    Sets Aztec data encoding mode.
    Syntax
    var instance = new Vintasoft.Barcode.Web2DBarcodeWriterSettingsJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebAztecEncodingModeEnumJS
    
    returnValue = instance.set_AztecEncodingMode(value);
    
    
    function set_AztecEncodingMode(
    value
    An instance of WebAztecEncodingModeEnumJS class that defines the Aztec data encoding mode.
    : WebAztecEncodingModeEnumJS
    ) : any;

    Parameters

    value
    An instance of WebAztecEncodingModeEnumJS class that defines the Aztec data encoding mode.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    5
    11
    5
    See Also