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

    Return Value

    The width/height aspect ratio of DotCode matrix. Default value is 1.5.
    Browser Compatibility
    9
    5
    11
    5
    See Also