#include "BITIFF.H"
int CALLBACK GetNumberOfImagesInTiffFile(LPSTR lpszFileName)
Description
Opens a TIFF file and returns the number of images in it.
Parameters
|
LPSTR |
lpszFileName |
The TIFF file name. |
Return values
Returns the number of images in the TIFF file or -1 if failed.
Requirements
Header : Declared in BiTiff.h; include BiTiff.h.
Library : Use BiTIFF.lib.
DLLs : BiTiff.dll.