Accusoft.ImagXpress13.Net
FromFile(ImagXpress,String,Int32) Method




An instance of the ImagXpress workspace component. This is the main ImagXpress component that typically must be dragged onto a form first.
A string which represents the filename.
An integer value which represents the page number.
Loads an Image from the specified file.
Syntax
'Declaration
 
Public Overloads Shared Function FromFile( _
   ByVal imagXpress As ImagXpress, _
   ByVal filename As String, _
   ByVal pageNumber As Integer _
) As ImageX
'Usage
 
Dim imagXpress As ImagXpress
Dim filename As String
Dim pageNumber As Integer
Dim value As ImageX
 
value = ImageX.FromFile(imagXpress, filename, pageNumber)
public static ImageX FromFile( 
   ImagXpress imagXpress,
   string filename,
   int pageNumber
)
public: static ImageX* FromFile( 
   ImagXpress* imagXpress,
   string* filename,
   int pageNumber
) 
public:
static ImageX^ FromFile( 
   ImagXpress^ imagXpress,
   String^ filename,
   int pageNumber
) 

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
A string which represents the filename.
pageNumber
An integer value which represents the page number.

Return Value

The 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.

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