Accusoft.ImagXpress13.Net
FromStream(ImagXpress,Stream) Method




An instance of the ImagXpress workspace component. This is the main ImagXpress component that typically must be dragged onto a form first.
A stream to obtain the image from.
Returns an ImageX object from the given ImagXpress instance and stream.
Syntax
'Declaration
 
Public Overloads Shared Function FromStream( _
   ByVal imagXpress As ImagXpress, _
   ByVal stream As Stream _
) As ImageX
'Usage
 
Dim imagXpress As ImagXpress
Dim stream As Stream
Dim value As ImageX
 
value = ImageX.FromStream(imagXpress, stream)
public static ImageX FromStream( 
   ImagXpress imagXpress,
   Stream stream
)
public: static ImageX* FromStream( 
   ImagXpress* imagXpress,
   Stream* stream
) 
public:
static ImageX^ FromStream( 
   ImagXpress^ imagXpress,
   Stream^ stream
) 

Parameters

imagXpress
An instance of the ImagXpress workspace component. This is the main ImagXpress component that typically must be dragged onto a form first.
stream
A stream to obtain the image from.

Return Value

The newly created ImageX object.
Remarks

The ImageX object implements the IDisposable interface and the application is required to call the Dispose method when the application is done with ImageX object, otherwise memory may leak.

Note: PDF support is deprecated in ImagXpress, please use PDF Xpress instead for PDF support.

See Also

Reference

ImageX Class
ImageX Members
Overload List

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback