Atalasoft
Welcome to Atalasoft Community Sign in | Join | Help
in

GetCapRange problem

Last post 29 Jul 2004, 1:54 PM by Glenn. 1 replies.
Sort Posts: Previous Next
  •  28 Jul 2004, 2:56 PM 4601

    GetCapRange problem

    Hello
     
    I would like to be solved a problem i have related to GetCapRange funtion. I´m not getting how to use this function in VB. If somebody could help me it would be much appreciated. I need this to get the range of values that my scanner can get related to Contrast.
     
    Thanks, Tiago Leal
  •  29 Jul 2004, 1:54 PM 4602 in reply to 4601

    RE: GetCapRange problem

    Dim curVal As Long
    Dim minVal As Long
    Dim maxVal As Long

    Twain.GetCapRange ixtrcContrast, curVal, minVal, maxVal


    After calling it, the curVal, minVal and maxVal variables should contain the current, minimum and maximum values for Contrast. Be aware that not all scanners support this.

    Glenn Chittenden Jr.

    Atalasoft Developer


    Glenn Chittenden Jr.
    Atalasoft Development Team
View as RSS news feed in XML