Accusoft.TwainProSdk Namespace > ScannedImage Class : SaveToStream Method |
'Declaration Public Sub SaveToStream( _ ByVal stream As Stream, _ ByVal saveOptions As SaveOptions _ )
'Usage Dim instance As ScannedImage Dim stream As Stream Dim saveOptions As SaveOptions instance.SaveToStream(stream, saveOptions)
public void SaveToStream( Stream stream, SaveOptions saveOptions )
public: void SaveToStream( Stream* stream, SaveOptions* saveOptions )
public: void SaveToStream( Stream^ stream, SaveOptions^ saveOptions )
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.