TwainConstantsgetTweiName Method |
Gets the name of the TWEI attribute corresponding to the given 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 getTweiName(
int tweiCode
)
Public Shared Function getTweiName (
tweiCode As Integer
) As String
public:
static String^ getTweiName(
int tweiCode
)
static member getTweiName :
tweiCode : int -> string
Parameters
- tweiCode
- Type: SystemInt32
e.g., 0x1200
Return Value
Type:
StringTWEI name (e.g., TWEI_BARCODEX) or null if not found.
See Also