Accusoft.FSInvoices1.Net - Updated
ToStream Method




Accusoft.FSInvoices Namespace > ImageLoader Class : ToStream Method
Gets the currently loaded preprocessed image page as a stream.
Syntax
'Declaration
 
Public Function ToStream() As Stream
'Usage
 
Dim instance As ImageLoader
Dim value As Stream
 
value = instance.ToStream()
public Stream ToStream()
public: Stream* ToStream(); 
public:
Stream^ ToStream(); 

Return Value

Stream with the currently loaded preprocessed image page.
See Also

Reference

ImageLoader Class
ImageLoader Members