VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Barcode Namespace / WebBarcodeWriterBaseSettingsJS type / get_ValueAutoLetterSpacing Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ValueAutoLetterSpacing Method
    In This Topic
    Gets a value indicating whether the barcode writer must draw the barcode value on the barcode image using the automatic letter spacing.
    Syntax
    var instance = new Vintasoft.Barcode.WebBarcodeWriterBaseSettingsJS();
    
    var value; // Type: boolean
    value = instance.get_ValueAutoLetterSpacing();
    
    
    function get_ValueAutoLetterSpacing() : boolean;
    

    Return Value

    Flag.
    Browser Compatibility
    9
    5
    11
    5
    See Also