VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Barcode Namespace / Web2DBarcodeWriterSettingsJS type / get_DataMatrixSymbol Property
Syntax BrowserCompatibility SeeAlso
    get_DataMatrixSymbol Method
    Gets the Data Matrix symbol size.
    Syntax
    var instance = new Vintasoft.Barcode.Web2DBarcodeWriterSettingsJS();
    
    var value; // Type: Vintasoft.Barcode.WebDataMatrixSymbolTypeEnumJS
    value = instance.get_DataMatrixSymbol();
    
    

    Return Value

    An instance of WebDataMatrixSymbolTypeEnumJS class that defines the Data Matrix symbol size.
    Browser Compatibility
    9
    5
    11
    5
    See Also