Click or drag to resize

DocumentFeederSetOutputFeederPockets Method

Sets the feeder pockets used for page output.

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 SetOutputFeederPockets(
	TwainFeederPocket[] pockets
)

Parameters

pockets
Type: Atalasoft.TwainTwainFeederPocket
An array of TwainFeederPocket where pages should be placed after scanning.

Return Value

Type: Boolean
True if the operation was a success.
Exceptions
ExceptionCondition
Thrown if the state is not SourceOpen.
See Also