#include "lttwn.h"
L_LTTWN_API TW_FIX32 L_TwainFloatToFix32(fFloater)
Converts a floating point value to a TW_FIX32 structure
Any floating point value.
Value | Meaning |
---|---|
TW_FIX32 | Returns the result of the conversion as a TW_FIX32 structure. For information about this structure please consult the TWAIN specification. |
Use this function to convert a floating point value to a TW_FIX32 structure for use in LEADTOOLS functions. Check the "See Also" section below for a list of functions which require a TW_FIX32.
Required DLLs and Libraries
For an example, refer to L_TwainSetResolution.