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




Accusoft.FSInvoices Namespace > ImageLoader Class > ImageLoader Constructor : ImageLoader Constructor(Stream,Licensing)
Stream with the image.
License for the component.
Initializes a new instance of the ImageLoader class with provided attributes.
Syntax
'Declaration
 
Public Function New( _
   ByVal stream As Stream, _
   ByVal license As Licensing _
)
'Usage
 
Dim stream As Stream
Dim license As Licensing
 
Dim instance As New ImageLoader(stream, license)
public ImageLoader( 
   Stream stream,
   Licensing license
)
public: ImageLoader( 
   Stream* stream,
   Licensing* license
)
public:
ImageLoader( 
   Stream^ stream,
   Licensing^ license
)

Parameters

stream
Stream with the image.
license
License for the component.
Remarks

Loads the image from the specified stream.

The image loader does not take ownership of the stream and does not close the stream when done.

See Also

Reference

ImageLoader Class
ImageLoader Members
Overload List