Click or drag to resize

MemoryFileTransferEventArgsOutputStream Property

Gets or sets a Stream into which the image is saved.

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

Property Value

Type: Stream
The Stream to save the image into. This Stream must have write access.
Remarks
A Stream must be provided for the transfer. If no stream is set, the TwainController will raise an exception when the MemoryFileTransfer event returns.
See Also