| TwainConstantsgetTwrcCode Method  | 
            Gets the result code corresponding to the given name.
            
 
Namespace: asprise_imaging_apiAssembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static int getTwrcCode(
	string twrcName
)
Public Shared Function getTwrcCode ( 
	twrcName As String
) As Integer
public:
static int getTwrcCode(
	String^ twrcName
)
static member getTwrcCode : 
        twrcName : string -> int 
Parameters
- twrcName
 - Type: SystemString
e.g., TWRC_SUCCESS 
Return Value
Type: 
Int32TWEI code (e.g., 0) or -1 if not found.
See Also