Click or drag to resize

DeviceCustomDataSupported Property

Gets a value indicating whether the device supported functionality used by the LoadParameters(Stream) and SaveParameters(Stream) methods.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool CustomDataSupported { get; }

Property Value

Type: Boolean
A value indication support for loading and saving device parameters.
Exceptions
ExceptionCondition
Thrown if a connection to the device is not open.
Remarks
Twain and DotTwain have no knowledge of the data format used if this feature is available. The data is specific to each device driver.
See Also