A member of the TwainCapabilities enumeration. The TWAIN capability to change. A complete description of each capability can be found into the TWAIN specifications.
The TWAIN capability value.

In This Topic
GdPicture14.WEB Namespace / DocuVieware Class / TwainSetCapCurrentNumeric Method

TwainSetCapCurrentNumeric Method (DocuVieware)

In This Topic
Changes the initial value of a TWAIN capability from a numeric value. This method permits to control any supported capability of the TWAIN acquisition device being selected, through the TWAIN capabilities mechanism.
Syntax
'Declaration
 
Public Function TwainSetCapCurrentNumeric( _
   ByVal Capability As TwainCapabilities, _
   ByVal Value As Double _
) As GdPictureStatus
public GdPictureStatus TwainSetCapCurrentNumeric( 
   TwainCapabilities Capability,
   double Value
)

Parameters

Capability
A member of the TwainCapabilities enumeration. The TWAIN capability to change. A complete description of each capability can be found into the TWAIN specifications.
Value
The TWAIN capability value.

Return Value

A member of the GdPictureStatus enumeration.
Remarks
This method automatically switches the TwainSourceEnableCustomConfiguration to true.
See Also