VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainDeviceAcquireModalResultJS type / get_ImageAcquiringProgressValue Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_ImageAcquiringProgressValue Method
In This Topic
Gets the progress, in percents, of synchronous image acquisition process if acquireModalState == WebTwainAcquireModalStateEnumJS.ImageAcquiringProgress and TransferMode == WebTwainTransferModeEnumJS.Memory.
Syntax
var instance = new Vintasoft.Twain.WebTwainDeviceAcquireModalResultJS(acquireModalState, imageAcquiringProgressValue, acquiredImage, errorMessage);

var value; // Type: number
value = instance.get_ImageAcquiringProgressValue();

Return Value

The progress, in percents, of synchronous image acquisition process if acquireModalState == WebTwainAcquireModalStateEnumJS.ImageAcquiringProgress and TransferMode == WebTwainTransferModeEnumJS.Memory; otherwise, null.
Browser Compatibility
9
See Also