VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebImageJS type / get_IsVector Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_IsVector Method
    In This Topic
    Gets a value indicating whether the image has a vector decoder and image is not changed.
    Syntax
    var instance = new Vintasoft.Shared.WebImageJS(imageSource, pageIndex);
    
    var value; // Type: boolean
    value = instance.get_IsVector();
    
    
    function get_IsVector() : boolean;
    

    Return Value

    True if image has vector decoder and image is not changed; otherwise, false.
    Browser Compatibility
    9
    5
    11
    5
    See Also