public void SaveToStream( Stream stream, SaveOptions saveOptions )
public: void SaveToStream( Stream* stream, SaveOptions* saveOptions )
public: void SaveToStream( Stream^ stream, SaveOptions^ saveOptions )
'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)
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.
ScannedImage Class ScannedImage Members
©2019. Accusoft Corporation. All Rights Reserved.