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

    Parameters

    value
    The image source password.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    See Also