ImageGear .NET v25.2 - Updated
ImageGear.Twain Assembly / ImageGear.TWAIN Namespace / ImGearCapRange Class / ImGearCapRange Constructor
An ImGearCapabilities value, which identifies the capability that this class will represent.




In This Topic
    ImGearCapRange Constructor
    In This Topic
    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