returns how many pages are in a tiff file

TIFF Page Counter COM Component 1.00

  • Author: Traction Software
  • Languages: English
  • Supported OS: Win95 / Win98 / WinME / WinNT 4.x / Windows2000 / WinXP
  • Price: $59.95
The com component will quickly tell you how many pages are in a tiff file, ideal for web sites that serve tiff content.
Example .asp code included

simple ASP example of usage:-

Set Obj = Server.CreateObject("TIFFPAGECOUNTCOM.CTIFFPageCount.1")
dim pages
pages = Obj.GetPages("C:yourtif.tif" )
Keywords: TIFF, COM, Component, TIF, Pages