Click or drag to resize

DeviceLoadXmlParameters Method

Load device parameter data saved with the SaveXmlParameters(Stream) method.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void LoadXmlParameters(
	Stream stream
)

Parameters

stream
Type: System.IOStream
A stream containing the data.
Remarks
When using this method be sure to call it after each Open, otherwise the device may revert to its default settings.
See Also