TwainConstantsgetConstantValue Method |
Returns the integer value of any TW* constant.
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 getConstantValue(
string contantName
)
Public Shared Function getConstantValue (
contantName As String
) As Integer
public:
static int getConstantValue(
String^ contantName
)
static member getConstantValue :
contantName : string -> int
Parameters
- contantName
- Type: SystemString
Return Value
Type:
Int32See Also