DocumentFeederSetOutputFeederPockets Method |
Sets the feeder pockets used for page output.
Namespace:
Atalasoft.Twain
Assembly:
Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic bool SetOutputFeederPockets(
TwainFeederPocket[] pockets
)
Public Function SetOutputFeederPockets (
pockets As TwainFeederPocket()
) As Boolean
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| Exception | Condition |
|---|
| Thrown if the state is not SourceOpen. |
See Also