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)
Syntaxpublic TwainTransferMethod TransferMethod { get; set; }Public Property TransferMethod As TwainTransferMethod
Get
Set
Property Value
Type:
TwainTransferMethod The transfer method used by the device.
Exceptions| Exception | Condition |
|---|
| 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