Click or drag to resize

DeviceTransferMethod Property

Gets or sets the transfer method used when acquiring data.

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

Property Value

Type: TwainTransferMethod
The transfer method used by the device.
Exceptions
ExceptionCondition
Thrown if a connection to the device is not open.
Remarks
This property should be set before calling the Acquire method. Some drivers require setting this property before allowing access to other properties; such as setting TransferMethod to File before setting the FileFormat property.
See Also