Accusoft.FSInvoices1.Net - Updated
LoadImage(Stream) Method




Accusoft.FSInvoices Namespace > ImageLoader Class > LoadImage Method : LoadImage(Stream) Method
Stream from which to load the image.
Loads an image from a stream.
Syntax
'Declaration
 
Public Overloads Sub LoadImage( _
   ByVal stream As Stream _
) 
'Usage
 
Dim instance As ImageLoader
Dim stream As Stream
 
instance.LoadImage(stream)
public void LoadImage( 
   Stream stream
)
public: void LoadImage( 
   Stream* stream
) 
public:
void LoadImage( 
   Stream^ stream
) 

Parameters

stream
Stream from which to load the image.
See Also

Reference

ImageLoader Class
ImageLoader Members
Overload List