Accusoft.ImagXpress13.Net
QueryFile(ImagXpress,String) 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.
Returns information about an image file without loading the image into ImagXpress.
Syntax
'Declaration
 
Public Overloads Shared Function QueryFile( _
   ByVal imagXpress As ImagXpress, _
   ByVal filename As String _
) As ImageXData
'Usage
 
Dim imagXpress As ImagXpress
Dim filename As String
Dim value As ImageXData
 
value = ImageX.QueryFile(imagXpress, filename)
public static ImageXData QueryFile( 
   ImagXpress imagXpress,
   string filename
)
public: static ImageXData* QueryFile( 
   ImagXpress* imagXpress,
   string* filename
) 
public:
static ImageXData^ QueryFile( 
   ImagXpress^ imagXpress,
   String^ filename
) 

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.

Return Value

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

Reference

ImageX Class
ImageX Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback