Click or drag to resize
TwainConstantsgetTwrcCode Method

» Asprise Scan Home · Developer's Guide

Gets the result code corresponding to the given name.

Namespace: asprise_imaging_api
Assembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static int getTwrcCode(
	string twrcName
)

Parameters

twrcName
Type: SystemString
e.g., TWRC_SUCCESS

Return Value

Type: Int32
TWEI code (e.g., 0) or -1 if not found.
See Also