The application can set the following values with the call to "SetDriverOption". After calling "EnableOptions"
these options will be copied to the corresponding CAPI ini files. Use
caution when setting these vales as they will overwrite the options that
Ranger sets in normal operation.
CapiOptions.ini file:
- //-----------------------------------------------------------------------------------
- // This section allows you to directly set CAPI INI option.
- // The CAPI options are enabled when you call Ranger.EnableOptions().
- //
- // The format for a CAPI INI option is:
- // FILE_TYPE.SECTION_NAME.VALUE_NAME=VALUE
- //
- // Where:
- // FILE_TYPE: Indicates which CAPI INI file that the value resides in.
- // Recognized values are: READER, IMAGE, ENDORSER and POCKET.
- //
- // SECTION_NAME: This is the INI section name for the value in the CAPI INI file.
- //
- // VALUE_NAME: This is the INI value name in the CAPI INI file.
- //
- // VALUE: This is the value to write to the CAPI INI file.
- // --------------------------------------------------------------------------
- // Example: This example tells Ranger to set the CAPI endorser INI option called
- // "PAGEPRESETFRANK" in the section "[MJEREAR]".
- //
- // [CAPI INI]
- //
- // ENDORSER.MJEREAR.PAGEPRESETFRANK = 1
- //
- //-----------------------------------------------------------------------------------
- [CAPI INI]
Normal mapping of the FILE_TYPE:
| READER | CapiReader.ini | | IMAGE | CapiImage.ini | | ENDORSER | CapiEndorse.ini | | POCKET | CapiPocket.ini |
|