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




Accusoft.FSInvoices Namespace > ImageLoader Class > LoadImage Method : LoadImage(IImageProvider,String) Method
Image provider for retrieving the file associated with the fileId.
Identifier of the file containing the image.
Loads an image from an IImageProvider.
Syntax
'Declaration
 
Public Overloads Sub LoadImage( _
   ByVal provider As IImageProvider, _
   ByVal fileId As String _
) 
'Usage
 
Dim instance As ImageLoader
Dim provider As IImageProvider
Dim fileId As String
 
instance.LoadImage(provider, fileId)
public void LoadImage( 
   IImageProvider provider,
   string fileId
)
public: void LoadImage( 
   IImageProvider* provider,
   string* fileId
) 
public:
void LoadImage( 
   IImageProvider^ provider,
   String^ fileId
) 

Parameters

provider
Image provider for retrieving the file associated with the fileId.
fileId
Identifier of the file containing the image.
See Also

Reference

ImageLoader Class
ImageLoader Members
Overload List