| RequestGetTwainCapValueAsInt Method  | 
            Returns the cap value setting specified in the request as int or -1 if failed to convert to int.
            
 
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)
Syntaxpublic int GetTwainCapValueAsInt(
	int capCode
)
Public Function GetTwainCapValueAsInt ( 
	capCode As Integer
) As Integer
public:
int GetTwainCapValueAsInt(
	int capCode
)
member GetTwainCapValueAsInt : 
        capCode : int -> int 
Parameters
- capCode
 - Type: SystemInt32
 
Return Value
Type: 
Int32
See Also