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(
: string
) : any;
Parameters
- value
- The image source password.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also