GetTiffStripCount

#include "BITIFF.H"

UINT CALLBACK GetTiffStripCount(TIFFFILE hChain, int nImage)

Description

Retrieves the number of strips in a TIFF image.

Parameters

TIFFFILE

hChain

TIFF image chain handle.

int

nImage

Index of the image in the chain.

Return values

Number of strips or 0 on failure.

Requirements

Header :     Declared in BiTiff.h; include BiTiff.h.

Library :    Use BiTIFF.lib.

DLLs :       BiTiff.dll.