Click or drag to resize

AcquireEventArgsOutputStream Property

Gets the Stream where image data was saved from a TWSX_MEMORY or TWSX_MEMFILE transfer.

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; }

Property Value

Type: Stream
The Stream provided by the application to save the image data into.
Remarks
To provide a stream for saving the image data, handle the MemoryDataTransfer or MemoryFileTransfer event (depending on which transfer method is used).
See Also