VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainDeviceAcquireModalResultJS type / get_ErrorMessage Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_ErrorMessage Method
In This Topic
Gets a string that describes an error, which occurs during image scanning, if acquireModalState == WebTwainAcquireModalStateEnumJS.ScanFailed.
Syntax
var instance = new Vintasoft.Twain.WebTwainDeviceAcquireModalResultJS(acquireModalState, imageAcquiringProgressValue, acquiredImage, errorMessage);

var value; // Type: string
value = instance.get_ErrorMessage();

Return Value

A string that describes an error if acquireModalState == WebTwainAcquireModalStateEnumJS.ScanFailed; otherwise, null.
Browser Compatibility
9
See Also