ImageGear .NET - Updated
ImGearCapRange Constructor




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

Parameters

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

Return Value

The new instance of ImGearCapRange class.
See Also

Reference

ImGearCapRange Class
ImGearCapRange Members
ImGearCapabilities Enumeration