Accusoft.ImagXpress13.Net
QueryFile(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 file name.
An integer which represents the page number within the file.
Returns information about an image file from the given filename and page number.
Syntax
'Declaration
 
Public Overloads Shared Function QueryFile( _
   ByVal imagXpress As ImagXpress, _
   ByVal filename As String, _
   ByVal pageNumber As Integer _
) As ImageXData
'Usage
 
Dim imagXpress As ImagXpress
Dim filename As String
Dim pageNumber As Integer
Dim value As ImageXData
 
value = ImageX.QueryFile(imagXpress, filename, pageNumber)
public static ImageXData QueryFile( 
   ImagXpress imagXpress,
   string filename,
   int pageNumber
)
public: static ImageXData* QueryFile( 
   ImagXpress* imagXpress,
   string* filename,
   int pageNumber
) 
public:
static ImageXData^ QueryFile( 
   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 file name.
pageNumber
An integer which represents the page number within the file.

Return Value

An ImageXData object containing information about the image being queried.
See Also

Reference

ImageX Class
ImageX Members
Overload List

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback