How can my plug-in define unique parameters?

How can my plug-in define unique parameters?

Each plug-in has an ini file for setting options that are unique to the scanner(s) that the plug-in supports.  You specify which options are available by placing an ini file with the same root name as you plug-in DLL in the plug-in data directory (...\AppData\Silver Bullet Technology\Ranger\Plug-ins\YourPluginName\ ), and by setting UniqueOptionsXML values when Ranger calls your GetUniqueOptions() function.

Ranger® - The universal check scanner interface
Copyright © 2023 Silver Bullet Technology
www.sbullet.com

    • Related Articles

    • How do I setup Ranger's OCR parameters?

      If your check scanner supports OCR reading, then you define OCR parameters in Ranger's GenericOptions.ini file. Values in the GenericOptions.ini file and can be modified either manually or by calling Ranger's SetGenericOption() function prior to ...
    • How can I access unique features of my check scanner?

      There are two ways to access unique scanner features. Call SetDriverOption() to set scanner-specific parameters. Ranger also provide a way to call low-level scanner API functions to access unique features that Ranger does not support through its ...
    • What is the plug-in certification process?

      Since our certification process is evolving, we will not charge you for the first certification. There are the high-level certification steps: Send us a scanner to test with. Email us your plug-in some source code and TransportInfo.ini and ...
    • How can I test my unique options with Ranger Flex?

      The version of Ranger Flex that comes with Ranger 3.0.1 and later will allow you to set your unique options. You can also test your unique options by setting them manually in your PluginName.ini file before running Ranger Flex. Ranger® - The ...
    • Where are scanner plug-in files located?

      The default program file location for a Ranger scanner plug-in is: C:\Program Files\Silver Bullet Technology\Ranger\Scanner Plug-ins\[plug-in name]\ Windows Vista: C:\ProgramData\Silver Bullet Technology\Ranger\Scanner Plug-ins\[plug-in name]\ ...