Forums › TWAIN Classic › Customizing the zooming capability › Reply To: Customizing the zooming capability
September 27, 2007 at 11:45 am
#24153
TWAIN Specifications say that ICAP_ZOOMFACTOR has data type TW_INT 16. Now to allow user to enter floating point vales I would have to change this type to FIX. Otherwise when a flaoting point value would be entered the value would not be allowed as it type is float and allowed type is int. So for this I would need to change the data type of ICAP_ZOOMFACTOR to FIX, which is not in accordance with specification. Is this allowed???