| RequestSetTwainCap Method (Int32, Object, Boolean) | 
            Set or reset twain capability.
            
 
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 Request SetTwainCap(
	int capCode,
	Object value,
	bool reset
)
Public Function SetTwainCap ( 
	capCode As Integer,
	value As Object,
	reset As Boolean
) As Request
public:
Request^ SetTwainCap(
	int capCode, 
	Object^ value, 
	bool reset
)
member SetTwainCap : 
        capCode : int * 
        value : Object * 
        reset : bool -> Request 
Parameters
- capCode
 - Type: SystemInt32
capCode e.g., TwainConstants#ICAP_PIXELTYPE - value
 - Type: SystemObject
support raw value and twain constant expansion; support fall back values e.g., "TWPT_GRAY,TWPT_BW" - reset
 - Type: SystemBoolean
true to set operation RESET instead of SET. 
Return Value
Type: 
Request
See Also