AccusoftImagXpress13 ActiveX DLL > ImagXpress Object : QueryFile2 Method |
QueryFile2 obtains information about an image file, but does not load the image. Information about the image is returned in the Width, Height, BPP, Format, FileSize, ResUnits, ResX, and ResY parameters.
FileName may be a remote or local file. It may not be an http or ftp address.
ResUnits, ResX, and ResY are returned for the following image formats: TIFF, JPEG, PIC, PNG, BMP, RLE, PCX. These values will be set to zero if the image does not contain resolution information.
If QueryFile2 is successful, the ImagError Property is set to 0 (ErrorNone). If QueryFile2 fails, the ImagError Property will be set to a non zero value.
The QueryFileV2 Method is identical to the QueryFile2 Method, except that the return values for Width, Height, BPP, Format, FileSize, ResUnits, ResX, and ResY are VARIANTS. If you are using VB Script, or if you are using Visual Basic, and wish to use implicit variables, you must use the QueryFileV2 Method. If using C++, you can avoid the variant conversions by using this QueryFile2 Method.