Accusoft.TwainPro8.Net
SaveStream Method
See Also  Send Feedback
Accusoft.TwainProSdk Namespace > ScannedImage Class : SaveStream Method




stream
An opened and writable System.IO.Stream derived stream object.
theFormat
A ScannedImageFormat which represents the format to use to save the image.

Glossary Item Box

Deprecated, please use SaveToStream(System.IO.Stream stream, SaveOptions saveOptions) to save the TwainPro-compressed image to a stream or SaveSourceCompressedImageToStream(System.IO.Stream stream) to save the source-compressed image to a stream instead. Saves the image to a stream object.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

stream
An opened and writable System.IO.Stream derived stream object.
theFormat
A ScannedImageFormat which represents the format to use to save the image.

Remarks

The stream passed can be any stream derived System.IO.Stream. The stream should be opened by calling this method.

The stream should also allow writes.

See Also

©2013. Accusoft Corporation. All Rights Reserved.