Accusoft.FSInvoices1.Net - Updated
ImageLoader Constructor(IImageProvider,String,Licensing)




Accusoft.FSInvoices Namespace > ImageLoader Class > ImageLoader Constructor : ImageLoader Constructor(IImageProvider,String,Licensing)
Image provider for retrieving the file associated with the fileId.
Identifier of the file containing the image.
License for the component.
Initializes a new instance of the ImageLoader class with provided attributes.
Syntax
'Declaration
 
Public Function New( _
   ByVal provider As IImageProvider, _
   ByVal fileId As String, _
   ByVal license As Licensing _
)
'Usage
 
Dim provider As IImageProvider
Dim fileId As String
Dim license As Licensing
 
Dim instance As New ImageLoader(provider, fileId, license)
public ImageLoader( 
   IImageProvider provider,
   string fileId,
   Licensing license
)
public: ImageLoader( 
   IImageProvider* provider,
   string* fileId,
   Licensing* license
)
public:
ImageLoader( 
   IImageProvider^ provider,
   String^ fileId,
   Licensing^ license
)

Parameters

provider
Image provider for retrieving the file associated with the fileId.
fileId
Identifier of the file containing the image.
license
License for the component.
Remarks

Loads the image associated with the specified fileId using the specified image provider.

See Also

Reference

ImageLoader Class
ImageLoader Members
Overload List