GdPicture.NET.14
GdPicture14 Namespace / GdPictureImaging Class / TwainResetCap Method
A member of the TwainCapabilities enumeration.





In This Topic
TwainResetCap Method (GdPictureImaging)
In This Topic
Sets the current TWAIN capability value to default value.
Syntax
'Declaration
 
Public Function TwainResetCap( _
   ByVal Cap As TwainCapabilities _
) As Boolean
 

Parameters

Cap
A member of the TwainCapabilities enumeration.

Return Value

True if success, else False -> Use TwainGetLastResultCode() and TwainGetLastConditionCode() methods for diagnosing the error.
Remarks
Before using this method check that the TWAIN state is >= 4 (TWAIN_SOURCE_OPEN) To get the TWAIN state, use the TwainGetState() method.
See Also