IsisController Methods |
The IsisController type exposes the following members.
| Name | Description | |
|---|---|---|
| Acquire |
Acquires an image from the active device.
| |
| AcquireToFile(IsisFileType, IsisCompression) |
Acquires an image from the active device to a file.
| |
| AcquireToFile(IsisCompression, String, String, String, String, String) |
Acquires an image from the active device to PDF document.
| |
| Close |
Closes any open driver connections.
| |
| Dispose |
Closes any ISIS drivers and releases resources back to the system.
| |
| Dispose(Boolean) |
Closes any ISIS drivers and releases resources back to the system.
| |
| EnumTypeFromSetting |
Detects the type of the desired setting.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | IsisController destructor.
(Overrides ObjectFinalize.) | |
| GetAffectedSettings |
Returns a list of properties that are affected by changing the specified property value.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetIntValue |
Retrieves setting value as integer.
| |
| GetRationalValue |
Retrieves setting value as Rational.
| |
| GetSettingType |
Retrieves ISIS type of the specified setting.
| |
| GetStringValue |
Retrieve setting value as string.
| |
| GetSupportedIntValues |
Gets the list of supported integer values of the specified setting.
| |
| GetSupportedListValues |
Gets the list of supported values and currently selected value index.
| |
| GetSupportedRationalValues |
Gets the list of supported Rational values of the specified setting.
| |
| GetSupportedSettings |
Gets the list of supported settings.
| |
| GetSupportedStringValues |
Gets the list of supported string values of the specified setting.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Open |
Opens active ISIS device.
| |
| QuerySupport |
Checks whether the specified setting is supported by ISIS device.
| |
| RestoreIniSettings |
Restores configuration of the active device from the specified INI file.
| |
| RestoreSettings(Stream) |
Restores configuration information of active device from.
| |
| RestoreSettings(String) |
Restores configuration information of active device from.
| |
| RestoreSettings(ISettingDataManager) |
Restores configuration information of active device from.
| |
| SaveIniSettings |
Saves configuration information of the active device to the specified INI file.
| |
| SaveSettings(Stream) |
Saves configuration of the active device to the stream.
| |
| SaveSettings(String) |
Saves configuration of the active device to the specified file.
| |
| SaveSettings(ISettingDataManager) |
Saves configuration of the active device to a data manager.
| |
| SetIntValue |
Sets integer setting value.
| |
| SetRationalValue |
Sets Rational setting value.
| |
| SetStringValue |
Sets string setting value.
| |
| ShowConfigurationDialog |
Displays a dialog box showing configuration information for a scanner and allowing the configuration information to be changed by the user.
| |
| ShowDeviceDialog |
Displays a scanner configuration dialog, allowing users to change scan settings.
| |
| ShowSelectSource |
Shows Select Source dialog which allows the user to select, add, or configure a scanner.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |