L_TwainFix32ToFloat

#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

Functions:

L_TwainGetResolution, L_TwainGetImageFrame, L_TwainGetImageEffects, L_TwainGetNumericContainerFIX32Value, L_TwainGetNumericContainerFRAMEValue, L_TwainGetNumericContainerValue, L_TwainFloatToFix32

Topics:

Getting and Setting Capabilities

 

TWAIN Functionality: Capability Functions

Example

For an example, refer to L_TwainSetResolution.