VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / Web2DBarcodeWriterSettingsJS type / set_DotCodeMatrixHeight Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_DotCodeMatrixHeight Method
    In This Topic
    Sets DotCode matrix height.
    Syntax
    var instance = new Vintasoft.Barcode.Web2DBarcodeWriterSettingsJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_DotCodeMatrixHeight(value);
    
    
    function set_DotCodeMatrixHeight(
    value
    The DotCode matrix height. Minimum value is 5. Default value is 0 (matrix height is calculated automatically).
    : number
    ) : any;

    Parameters

    value
    The DotCode matrix height. Minimum value is 5. Default value is 0 (matrix height is calculated automatically).
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    5
    11
    5
    See Also