Returns an ImageX object from the given ImagXpress instance and stream.
Overload List
Overload | Description |
FromStream(ImagXpress,Stream) | Returns an ImageX object from the given ImagXpress instance and stream. |
FromStream(ImagXpress,Stream,Int32) | Returns an ImageX object from the given ImagXpress instance, stream and page number. |
FromStream(ImagXpress,Stream,Int32,Int32) | Returns an ImageX object from the given ImagXpress instance, stream and page number. |
FromStream(ImagXpress,Stream,LoadOptions) | Returns an ImageX object from the given ImagXpress instance, stream and load options. |
FromStream(ImagXpress,Stream,Int32,LoadOptions) | Returns an ImageX object from the given ImagXpress instance, stream, page number and load options. |
FromStream(ImagXpress,Stream,Int32,Int32,LoadOptions) | Returns an ImageX object from the given ImagXpress instance, stream, page number and load options. |
See Also