Accusoft.ImagXpress13.Net
QueryFile(ImagXpress,String,Int32,LoadOptions) 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 value which represents the file name.
An integer value which represents the page number. This parameter is one-based. So, pageNumber = 1 corresponds to the first page.
Load options associated with the given image.
Returns an ImageXData object from the given filename, page number and load options.
Syntax
'Declaration
 
Public Overloads Shared Function QueryFile( _
   ByVal imagXpress As ImagXpress, _
   ByVal filename As String, _
   ByVal pageNumber As Integer, _
   ByVal loadOptions As LoadOptions _
) As ImageXData
'Usage
 
Dim imagXpress As ImagXpress
Dim filename As String
Dim pageNumber As Integer
Dim loadOptions As LoadOptions
Dim value As ImageXData
 
value = ImageX.QueryFile(imagXpress, filename, pageNumber, loadOptions)
public static ImageXData QueryFile( 
   ImagXpress imagXpress,
   string filename,
   int pageNumber,
   LoadOptions loadOptions
)
public: static ImageXData* QueryFile( 
   ImagXpress* imagXpress,
   string* filename,
   int pageNumber,
   LoadOptions* loadOptions
) 
public:
static ImageXData^ QueryFile( 
   ImagXpress^ imagXpress,
   String^ filename,
   int pageNumber,
   LoadOptions^ loadOptions
) 

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 value which represents the file name.
pageNumber
An integer value which represents the page number. This parameter is one-based. So, pageNumber = 1 corresponds to the first page.
loadOptions
Load options associated with the given image.

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