Click or drag to resize
TwainConstantsgetTweiName Method

» Asprise Scan Home · Developer's Guide

Gets the name of the TWEI attribute corresponding to the given 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 getTweiName(
	int tweiCode
)

Parameters

tweiCode
Type: SystemInt32
e.g., 0x1200

Return Value

Type: String
TWEI name (e.g., TWEI_BARCODEX) or null if not found.
See Also