TwainConstantsgetTweiCode Method |
Gets the code of the TWEI attribute 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)
Syntax public static int getTweiCode(
string tweiName
)
Public Shared Function getTweiCode (
tweiName As String
) As Integer
public:
static int getTweiCode(
String^ tweiName
)
static member getTweiCode :
tweiName : string -> int
Parameters
- tweiName
- Type: SystemString
e.g., TWEI_BARCODEX
Return Value
Type:
Int32TWEI code (e.g., 0x1200) or -1 if not found.
See Also