AcquireEventArgs.OutputStream 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.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax public Stream OutputStream { get; }
Public ReadOnly Property OutputStream As Stream
Get
Property Value
Type:
Stream The Stream provided by the application to save the image data into.
Remarks See Also