resize images

  1. N

    Resize images in a doc file

    Hello, I would like to resize all the images in a doc file. The images are all small and I need to make them as big as the A4 paper. Thus, one image per page. Any help how to get me started? I have no clue. See attached pictures to understand better what I would like to do Thank you in...
  2. D

    Image resizing

    I have an image resizing app and I need to keep the deminsions proportionate. How do I do that with this code? Private Sub Reduce(ByVal factor As Double) img = New Bitmap(img, New Size(50, 50)) picPhoto.Image = img Dim SizeKb As String ' To compute: size in Kb Dim ms...
Back
Top