In This Topic
Gets the Vintasoft.Imaging.WebImageMetadataJS object, which contains metadata associated with the source image.
Syntax
var instance = new Vintasoft.Shared.WebImageJS(imageSource, pageIndex);
var value; // Type: object
value = instance.get_Metadata();
function get_Metadata() : object;
Return Value
The Vintasoft.Imaging.WebImageMetadataJS object.
Exceptions
| Exception | Description |
| Thrown if "Vintasoft.Imaging.js" script is not found. |
Browser Compatibility
See Also