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




Accusoft.FSInvoices Namespace > ImageLoader Class > ImageLoader Constructor : ImageLoader Constructor(String,Licensing)
Path to 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 file As String, _
   ByVal license As Licensing _
)
'Usage
 
Dim file As String
Dim license As Licensing
 
Dim instance As New ImageLoader(file, license)
public ImageLoader( 
   string file,
   Licensing license
)
public: ImageLoader( 
   string* file,
   Licensing* license
)
public:
ImageLoader( 
   String^ file,
   Licensing^ license
)

Parameters

file
Path to the file containing the image.
license
License for the component.
Remarks
Loads the image from the specified file path.
See Also

Reference

ImageLoader Class
ImageLoader Members
Overload List