TwainSetCapCurrentString Method (DocuVieware)
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.
public GdPicture14.GdPictureStatus TwainSetCapCurrentString(
GdPicture14.TwainCapabilities ,
string
)
'Declaration
Public Function TwainSetCapCurrentString( _
ByVal As GdPicture14.TwainCapabilities, _
ByVal As String _
) As GdPicture14.GdPictureStatus
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.