TwainConstantsgetTwrcName Method |
Gets the name of the result code.
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)
Syntax public static string getTwrcName(
int twrcCode
)
Public Shared Function getTwrcName (
twrcCode As Integer
) As String
public:
static String^ getTwrcName(
int twrcCode
)
static member getTwrcName :
twrcCode : int -> string
Parameters
- twrcCode
- Type: SystemInt32
e.g., 0
Return Value
Type:
StringResult code name (e.g., TWRC_SUCCESS) or null if not found.
See Also