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





In This Topic
TwainGetCapItemType Method (GdPictureImaging)
In This Topic
Returns the Item type used by a TWAIN capability.
Syntax
'Declaration
 
Public Function TwainGetCapItemType( _
   ByVal Cap As TwainCapabilities _
) As TwainItemTypes
 

Parameters

Cap
A member of the TwainCapabilities enumeration.

Return Value

A member of the Tags enumeration.
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