Accusoft.ImagXpressSdk Namespace > ImageX Class > FromStream Method : FromStream(ImagXpress,Stream,Int32,LoadOptions) Method |
Note: Loading CameraRaw files from a stream is not supported as the entire image must be loaded before the CameraRaw format can be recognized. When LoadOptions.CameraRawEnabled = true, the CameraRaw image can only be loaded from a file.
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.