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




Accusoft.FSInvoices Namespace > ImageLoader Class > LoadImage Method : LoadImage(String) Method
Path to the file containing the image.
Loads an image from file.
Syntax
'Declaration
 
Public Overloads Sub LoadImage( _
   ByVal file As String _
) 
'Usage
 
Dim instance As ImageLoader
Dim file As String
 
instance.LoadImage(file)
public void LoadImage( 
   string file
)
public: void LoadImage( 
   string* file
) 
public:
void LoadImage( 
   String^ file
) 

Parameters

file
Path to the file containing the image.
See Also

Reference

ImageLoader Class
ImageLoader Members
Overload List