ImageGear .NET - Updated
ImGearCapOneValue Constructor




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace > ImGearCapOneValue Class : ImGearCapOneValue Constructor
An ImGearCapabilities value, which identifies the capability that this class will represent.
Initializes a new instance of the ImGearCapOneValue class.
Syntax
'Declaration
 
Public Function New( _
   ByVal capabilityId As ImGearCapabilities _
)
'Usage
 
Dim capabilityId As ImGearCapabilities
 
Dim instance As New ImGearCapOneValue(capabilityId)
public ImGearCapOneValue( 
   ImGearCapabilities capabilityId
)
public: ImGearCapOneValue( 
   ImGearCapabilities capabilityId
)
public:
ImGearCapOneValue( 
   ImGearCapabilities capabilityId
)

Parameters

capabilityId
An ImGearCapabilities value, which identifies the capability that this class will represent.

Return Value

The new instance of ImGearCapOneValue class.
See Also

Reference

ImGearCapOneValue Class
ImGearCapOneValue Members
ImGearCapabilities Enumeration