VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebImageSourceJS type / get_Password Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Password Method
    In This Topic
    Gets the image source password.
    Syntax
    var instance = new Vintasoft.Shared.WebImageSourceJS(imageId, imageService, annotationService);
    
    var value; // Type: string
    value = instance.get_Password();
    
    
    function get_Password() : string;
    

    Return Value

    The image source password.
    Browser Compatibility
    9
    See Also