VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS type / get_FocusedImage Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_FocusedImage Method
In This Topic
Gets a focused image.
Syntax
var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);

var value; // Type: Vintasoft.Shared.WebImageJS
value = instance.get_FocusedImage();

Return Value

Focused image (WebImageJS object) if focused image exists; otherwise, null.
Browser Compatibility
56+
45+
11
See Also