Returns information about an image file from the given filename and page number.
'Declaration
Public Overloads Shared Function QueryFile( _
ByVal As ImagXpress, _
ByVal As String, _
ByVal 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 ,
string ,
int
)
public: static ImageXData* QueryFile(
ImagXpress* ,
string* ,
int
)
public:
static ImageXData^ QueryFile(
ImagXpress^ ,
String^ ,
int
)
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.