borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (Hi, Always the same problem)Next Topic (printing items selected from a list) New Topic New Poll Post Reply
AndreaVB Forum : Printing : how i print a tif file contain multi images insdie it
Poster Message
MohamedAnwar
Level: Guest


icon how i print a tif file contain multi images insdie it

Hi
would u help me to tell me how i can print image file with tif extension that contain multi images inside same file

thx
Mohamed

02-03-2003 at 10:06 AM
| Quote Reply
Colin Evans
Level: Guest

icon Re: how i print a tif file contain multi images insdie it

Not sure if this will help, you need the Imageman tool set, or at least thats what I use and the following should be okay;

    Dim nPage As Integer
    
    nPage = 0
    Do
        Viewer.ImageMan1.PageNumber = nPage
        PrintPage (False)
        nPage = nPage + 1
    Loop While nPage < Viewer.ImageMan1.Pages - 1
    
    Viewer.ImageMan1.PageNumber = nPage
    PrintPage (True)
    
    Unload frmPrint

Cheers

Colin

20-05-2003 at 02:06 PM
| Quote Reply
~Bean~
Level: VB Guru


Registered: 07-04-2003
Posts: 488
icon Re: how i print a tif file contain multi images insdie it

You need a (special) control to correctly print/view tiff's. Is Imageman free? Let me know because I think I have a control that will do this and it was free.

____________________________
Eggheads unite! You have nothing to lose but your yolks.

23-05-2003 at 02:12 PM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
AndreaVB Forum : Printing : how i print a tif file contain multi images insdie it
Previous Topic (Hi, Always the same problem)Next Topic (printing items selected from a list) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder