VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / Web2DBarcodeWriterSettingsJS type / set_Value2DVisible Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_Value2DVisible Method
    In This Topic
    Sets a value indicating whether the barcode writer must draw 2D barcode value on the barcode image.
    Syntax
    var instance = new Vintasoft.Barcode.Web2DBarcodeWriterSettingsJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_Value2DVisible(value);
    
    
    function set_Value2DVisible(
    value
    Flag.
    : boolean
    ) : any;

    Parameters

    value
    Flag.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    5
    11
    5
    See Also