Accusoft.FSInvoices1.Net
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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback