Note: Once at the shopping cart web page, please fill the number into the quantity blank to purchase this product. (1 is default)
Click "Get It Now" Button above or below to activate this coupon code or deal. It's only valid on SoftCns.com If The Coupon Code Not Available Please bookmark this page first, and then clear the cookies of your browser. Lastly, restart your browser again or try to use another web browser, If you don't get it clearly, please visit Coupon Using Guide or send us expired.
Reviews
Average user rating: Excellent (/5)
Your Rating:
Traction Software Awards
Product Details
TIFF Page Counter COM Component is for ASP, Cold Fusion, VB, .NET, PHP, VC and other languages.
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, vb, .NET, VC++, PHP & ColdFusion code included
simple ASP example of usage:-
Set Obj = Server.CreateObject("TIFFPAGECOUNTCOM.CTIFFPageCount.1") dim pages pages = Obj.GetPages("C:\yourtiff.TIF" )
struct __declspec(uuid("{636CD4EF-6AFB-4707-98D0-8D2A26FA2241}")) IClass; pc = new TIFFPAGECOUNTCOMLib::ICTIFFPageCountPtr( __uuidof(IClass) ); long pages = (*pc)->GetGetPages((char *)(_bstr_t)"C:\\yourtiff.TIF");
simple VB example of usage:-
Dim obj As TIFFPAGECOUNTCOMLib.CTIFFPageCount Set obj = New TIFFPAGECOUNTCOMLib.CTIFFPageCount
dim pages pages = obj.GetPages("C:\yourtiff.TIF")
simple ASP .NET using C# example of usage:-
TiffPageCountCom.CTIFFPageCount pc = new TiffPageCountCom.CTIFFPageCount(); int pages = pc.get_GetPages("C:\\yourtiff.TIF");
simple ColdFusion example of usage:-
<cfobject action = "Create" type = "COM" class = "TIFFPAGECOUNTCOM.CTIFFPageCount" name = "Obj"> <cfoutput>Filename: #filename# : #Obj.GetPages( "C:\yourtiff.TIF" )# Pages.</cfoutput>
simple PHP example of usage:-
$Obj = new COM("TIFFPAGECOUNTCOM.CTIFFPageCount"); $pages = $Obj->GetPages("C:\\yourtiff.TIF");
Main Features 1. Supports Windows 95, 98, ME, NT4, Windows 2000, XP, Vista, 2003, Windows 7 & 2008. 2. Counts Pages in TIFF Files. 3. Full installer 4. Written in VC++ for ultimate speed 5. Example ASP, VB, .NET, PHP, VC++ & ColdFusion usage code included.