| 
   Available in LEADTOOLS Imaging Pro, Vector, Document, and Medical Imaging toolkits.  | 
#include "lttwn.h"
L_LTTWN_API L_FLOAT L_TwainFix32ToFloat (pFix32)
| 
 pTW_FIX32 pFix32;  | 
 /* pointer to a variable */  | 
Converts a TW_FIX32 structure into a floating point value.
| 
 Parameter  | 
 Description  | 
| 
 pFix32  | 
 Pointer to an existing TW_FIX32 structure to be converted. . For information on this structure, refer to www.twain.org and click on TWAIN Specification (Version 2.0).  | 
Returns
A floating point value that contains the result of conversion.
Required DLLs and Libraries
| 
 LTTWN For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.  | 
See Also
Example
For an example, refer to L_TwainSetResolution.