Results 1 to 7 of 7

Thread: Saving multiple pages? [ *Resolved*]

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2003
    Location
    US
    Posts
    68

    Saving multiple pages? [ *Resolved*]

    how can i add a page onto a tiff and save the bitmap?

    VB Code:
    1. Dim img As System.Drawing.Image
    2.         img = Image.FromFile(imgPath)
    3.         Dim fd As System.Drawing.Imaging.FrameDimension = New System.Drawing.Imaging.FrameDimension(img.FrameDimensionsList(0))
    4.  
    5.         txtPages.Text = (img.GetFrameCount(fd).ToString)
    6.         img.SelectActiveFrame(fd, 0)
    7.         PB.Image = img

    i know the amount of pages, so how would i add a frame ?
    then just

    VB Code:
    1. img.Save("C:\test.tif")
    Last edited by NeonBurner; Jan 18th, 2004 at 12:38 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width