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

    Parameters

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