Accusoft.ImagXpressSdk Namespace > ImageX Class > QueryFile Method : QueryFile(ImagXpress,String,Int32,LoadOptions) Method |
'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 )