Forums › TWAIN Classic › ICAP_BRIGHTNESS setting is ignored (?) › Reply To: ICAP_BRIGHTNESS setting is ignored (?)
January 21, 2010 at 2:32 am
#24467
Thanks for Thierry’s reply, yes, I change this
internal class TwRANGE{
ushort ItemType;
int MinValue; /* Starting value in the range. */
int MaxValue; /* Final value in the range. */
int StepSize; /* Increment from MinValue to MaxValue. */
int DefaultValue; /* Power-up value. */
int CurrentValue; /* The value that is currently in effect. */
}
but it still get the same result.
MaxValue 1000,
MinValue 64536;
Current Value 65636.
itemType 7
stepSize 1
defaultValue 0
do you mean that I should do some converter work?