Click or drag to resize

DeviceSaveXmlParameters Method

Saves device property values into XML format.

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 SaveXmlParameters(
	Stream stream
)

Parameters

stream
Type: System.IOStream
A stream where the XML data will be saved.
Remarks

This methods saves all settable properties, including custom capabilities. The XML data should not be modified manually unless valid values for the capabilities are known.

Use the LoadXmlParameters(Stream) method to restore these device settings.

See Also