Click or drag to resize
TwainConstantsgetTweiCode Method

» Asprise Scan Home · Developer's Guide

Gets the code of the TWEI attribute corresponding to the given name.

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 int getTweiCode(
	string tweiName
)

Parameters

tweiName
Type: SystemString
e.g., TWEI_BARCODEX

Return Value

Type: Int32
TWEI code (e.g., 0x1200) or -1 if not found.
See Also