VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebResolutionJS type / isEmpty Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    isEmpty Method
    In This Topic
    Gets a value indicating whether this margin is empty.
    Syntax
    var instance = new Vintasoft.Shared.WebResolutionJS(x, y);
    
    var value; // Type: boolean
    value = instance.isEmpty();
    
    
    function isEmpty() : boolean;
    

    Return Value

    True if this margin is empty; otherwise, false.
    Browser Compatibility
    9
    5
    11
    5
    See Also