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

    Parameters

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