Click or drag to resize
TwainConstantsgetTwrcName Method

» Asprise Scan Home · Developer's Guide

Gets the name of the result code.

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 string getTwrcName(
	int twrcCode
)

Parameters

twrcCode
Type: SystemInt32
e.g., 0

Return Value

Type: String
Result code name (e.g., TWRC_SUCCESS) or null if not found.
See Also