Accusoft.FSInvoices Namespace > ImageLoader Class > ImageLoader Constructor : ImageLoader Constructor(Stream,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 )
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.