A1: There is no separate forum. Since both DotTwain and DotImage ISIS are used for the same purpose, we should probably rename this forum to include ISIS.
A3: Yes you can do this using IsisDevice.Controller methods. You first use GetSettingType to find out if the setting is an Int32, Rational or String. Then you can use the appropriate Get/Set methods for that type.
We only included properties for the most commonly used settings. The header file for ISIS tags is quite large and contains a lot of settings that are only supported by specific manufacturers. Even with that list, it's possible for manufacturers to create their own custom settings we would have no knowledge of.
If you provide the manufacturer name and numeric values for the tags, I'll see if they exist in the header file.
A4: Use the IsisDevice.Controller.SaveIniSettings and RestoreIniSettings methods. You should save after calling IsisDevice.ShowDeviceDialog; then you can restore the settings without showing the dialog before you call Acquire.
DotTwain has similar methods: Device.SaveParameters and LoadParameters.
Glenn Chittenden Jr.
Atalasoft Development Team