VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Barcode Namespace / Web2DBarcodeWriterSettingsJS type / get_DotCodeRectangularModules Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_DotCodeRectangularModules Method
    In This Topic
    Gets a value indicating whether the barcode writer must generate the Dotcode cells with square form.
    Syntax
    var instance = new Vintasoft.Barcode.Web2DBarcodeWriterSettingsJS();
    
    var value; // Type: boolean
    value = instance.get_DotCodeRectangularModules();
    
    
    function get_DotCodeRectangularModules() : boolean;
    

    Return Value

    True - the barcode writer must generate the Dotcode cells with square form; False - the barcode writer must generate the Dotcode cells with circle form. Default value is False.
    Browser Compatibility
    9
    5
    11
    5
    See Also