Click or drag to resize

TwainControllerGetPendingTransferCount Method

Use this method to get the number of pages waiting to be acquired, reset the pending count or to end the current page.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int GetPendingTransferCount(
	TwainTriplet command
)

Parameters

command
Type: Atalasoft.TwainTwainTriplet
The command to perform. It must be the PendingXfersEndXfer, PendingXfersGet, PendingXfersReset or PendingXfersStopFeeder command.

Return Value

Type: Int32
The number of pages waiting to be acquired.
Exceptions
ExceptionCondition
Thrown if a connection to the device is not open.
Thrown if an invalid TwainTriplet is passed as the command.
See Also