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.