Sets the value for a SANE option.
#include "ltsane.h"
L_LTSANE_API L_INT L_SaneSetOptionValue(hSane, optionName, value
SANE handle
The SANE option name
The value for the SANE option
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
Sets the value for the specified SANE option.
Linux
For an example, refer to L_SaneAcquire.