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 / TwainSetCapCurrentString Method

TwainSetCapCurrentString Method (DocuVieware)

In This Topic
Changes the initial value of a TWAIN capability from a string 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 TwainSetCapCurrentString( _
   ByVal Capability As TwainCapabilities, _
   ByVal Value As String _
) As GdPictureStatus
public GdPictureStatus TwainSetCapCurrentString( 
   TwainCapabilities Capability,
   string 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