Click or drag to resize

IsisController Methods

The IsisController type exposes the following members.

Methods
  NameDescription
Public methodAcquire
Acquires an image from the active device.
Public methodAcquireToFile(IsisFileType, IsisCompression)
Acquires an image from the active device to a file.
Public methodAcquireToFile(IsisCompression, String, String, String, String, String)
Acquires an image from the active device to PDF document.
Public methodClose
Closes any open driver connections.
Public methodDispose
Closes any ISIS drivers and releases resources back to the system.
Protected methodDispose(Boolean)
Closes any ISIS drivers and releases resources back to the system.
Public methodStatic memberEnumTypeFromSetting
Detects the type of the desired setting.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
IsisController destructor.
(Overrides ObjectFinalize.)
Public methodGetAffectedSettings
Returns a list of properties that are affected by changing the specified property value.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetIntValue
Retrieves setting value as integer.
Public methodGetRationalValue
Retrieves setting value as Rational.
Public methodGetSettingType
Retrieves ISIS type of the specified setting.
Public methodGetStringValue
Retrieve setting value as string.
Public methodGetSupportedIntValues
Gets the list of supported integer values of the specified setting.
Public methodGetSupportedListValues
Gets the list of supported values and currently selected value index.
Public methodGetSupportedRationalValues
Gets the list of supported Rational values of the specified setting.
Public methodGetSupportedSettings
Gets the list of supported settings.
Public methodGetSupportedStringValues
Gets the list of supported string values of the specified setting.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOpen
Opens active ISIS device.
Public methodQuerySupport
Checks whether the specified setting is supported by ISIS device.
Public methodRestoreIniSettings
Restores configuration of the active device from the specified INI file.
Public methodRestoreSettings(Stream)
Restores configuration information of active device from.
Public methodRestoreSettings(String)
Restores configuration information of active device from.
Public methodRestoreSettings(ISettingDataManager)
Restores configuration information of active device from.
Public methodSaveIniSettings
Saves configuration information of the active device to the specified INI file.
Public methodSaveSettings(Stream)
Saves configuration of the active device to the stream.
Public methodSaveSettings(String)
Saves configuration of the active device to the specified file.
Public methodSaveSettings(ISettingDataManager)
Saves configuration of the active device to a data manager.
Public methodSetIntValue
Sets integer setting value.
Public methodSetRationalValue
Sets Rational setting value.
Public methodSetStringValue
Sets string setting value.
Public methodShowConfigurationDialog
Displays a dialog box showing configuration information for a scanner and allowing the configuration information to be changed by the user.
Public methodShowDeviceDialog
Displays a scanner configuration dialog, allowing users to change scan settings.
Public methodShowSelectSource
Shows Select Source dialog which allows the user to select, add, or configure a scanner.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also