VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainDeviceAcquireModalResultJS type / get_AcquiredImage Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_AcquiredImage Method
In This Topic
Gets current noise value in image if acquireModalState == WebTwainAcquireModalStateEnumJS.ImageAcquired.
Syntax
var instance = new Vintasoft.Twain.WebTwainDeviceAcquireModalResultJS(acquireModalState, imageAcquiringProgressValue, acquiredImage, errorMessage);

var value; // Type: Vintasoft.Twain.WebAcquiredImageJS
value = instance.get_AcquiredImage();

Return Value

An instance of WebAcquiredImageJS class if acquireModalState == WebTwainAcquireModalStateEnumJS.ImageAcquired; otherwise, null.
Browser Compatibility
9
See Also