IsisController.SaveSettings Method (Stream) |
Saves configuration of the active device to the stream.
Namespace:
Atalasoft.Isis
Assembly:
Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax public bool SaveSettings(
Stream stream
)
Public Function SaveSettings (
stream As Stream
) As Boolean
Parameters
- stream
- Type: System.IO.Stream
Stream object to store configuration information.
Return Value
Type:
Booleantrue if the operation is succeeded, otherwise false.
See Also