VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfInteractiveFormBarcodeFieldJS type / get_ModuleWidth Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ModuleWidth Method
    In This Topic
    Gets the width, in inches, of single barcode module.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormBarcodeFieldJS(document, name);
    
    var value; // Type: number
    value = instance.get_ModuleWidth();
    
    
    function get_ModuleWidth() : number;
    

    Return Value

    The width, in inches, of single barcode module.
    Browser Compatibility
    56+
    45+
    11
    See Also