VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Barcode Namespace / Web2DBarcodeWriterSettingsJS type / set_HanXinCodeSymbol Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_HanXinCodeSymbol Method
    In This Topic
    Sets the Han Xin Code symbol version (symbol size).
    Syntax
    var instance = new Vintasoft.Barcode.Web2DBarcodeWriterSettingsJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebHanXinCodeSymbolVersionEnumJS
    
    returnValue = instance.set_HanXinCodeSymbol(value);
    
    
    function set_HanXinCodeSymbol(
    value
    An instance of WebHanXinCodeSymbolVersionEnumJS class that defines the Han Xin Code symbol version (symbol size).
    : WebHanXinCodeSymbolVersionEnumJS
    ) : any;

    Parameters

    value
    An instance of WebHanXinCodeSymbolVersionEnumJS class that defines the Han Xin Code symbol version (symbol size).
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    5
    11
    5
    See Also