Accusoft.ImagXpress12.Net
FromFile(ImagXpress,String) Method
See Also  Send Feedback
Accusoft.ImagXpressSdk Namespace > ImageX Class > FromFile Method : FromFile(ImagXpress,String) Method




imagXpress
An instance of the ImagXpress workspace component. This is the main ImagXpress component that typically must be dragged onto a form first.
filename
String value that evaluates to a valid Windows file path.

Glossary Item Box

This method allows the loading of a specific file.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

imagXpress
An instance of the ImagXpress workspace component. This is the main ImagXpress component that typically must be dragged onto a form first.
filename
String value that evaluates to a valid Windows file path.

Return Value

A newly created ImageX object.

Remarks

The decompressed image is stored in the ImageX object.

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.

See Also

©2013. Accusoft Corporation. All Rights Reserved.