ICImagingControl.SaveDeviceState Method |
||
Saves the currently opened device and its settings to a string. | ||
Syntax: | [C#] |
|
Return Value: | A string containing information about the opened device. |
|
Limitations: | A valid device must be opened. |
|
Remarks: | SaveDeviceState saves the following settings of ICImagingControl:
With ICImagingControl.LoadDeviceState, you can re-open the device with the saved settings. |
|
Information: | Introduced in version 2.0 | |
Sample: | The following example saves the currently opened device to a file named "device.dat". [C#] |
|
See also: | ICImagingControl, ICImagingControl.LoadDeviceState |