VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Barcode Namespace / Web2DBarcodeWriterSettingsJS type / get_DotCodeMatrixHeight Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_DotCodeMatrixHeight Method
    In This Topic
    Gets DotCode matrix height.
    Syntax
    var instance = new Vintasoft.Barcode.Web2DBarcodeWriterSettingsJS();
    
    var value; // Type: number
    value = instance.get_DotCodeMatrixHeight();
    
    
    function get_DotCodeMatrixHeight() : number;
    

    Return Value

    The DotCode matrix height. Minimum value is 5. Default value is 0 (matrix height is calculated automatically).
    Browser Compatibility
    9
    5
    11
    5
    See Also