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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback