DeviceLoadXmlParameters Method |
Namespace:
Atalasoft.Twain
Assembly:
Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic void LoadXmlParameters(
Stream stream
)
Public Sub LoadXmlParameters (
stream As 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