Re: Report Layout



Hello Ryan,

Yes. Why don't you have a peek at the picturebox properties. Also, any decent graphics package will change the resolution.

-Boo

Thanks. The image quality is much better now. However, it's still
showing up in my Form as way to big. I think this is due to the
resolution. The .bmp file is 300x300 dots per inch. It must be
displaying in my picture box at something like 100x100 dots per inch.
Is there anyway to modify the PictureBox so that it displays
correctly?

Ryan

"GhostInAK" <ghostinak@xxxxxxxxx> wrote in message
news:be1391bf193eb8c8ab92ab6ab3ac@xxxxxxxxxxxxxxxxxxxxx

Hello Ryan,

Print the original MS Word file to the MS Document Imaging printer.
This will produce an MDI file which can then be saved as a TIFF.
From there any decent graphics package can convert it to any format
you desire.

-Boo

I am writing a VB (2005) program that will allow the user to fill
out and print a form. The form input is stored in a database (SQL
2005) to be retrieved/viewed/printed later. The form is originally
a Word Document, I also have this form as a PDF. Appearance and
quality is critical for this form.. so what I thought I'd do is
convert the form to a bitmap, use a picture object on my VB form and
overlay textbox (no border) controls on top of the image so the
appearance remains exactly the same. I'm having problems getting
the document to bitmap format however.. PDF only gives the option to
save as a JPG, which is obviously reducing the quality (there's some
fuzziness around the letters) and the image size ratio is not right
- on my VB form, a small portion of the document (the top left
corner) fills the screen.. it's much too large. The letters are at
least double size what they should appear.

Any suggestions how to go about making this form work in my VB
application without reducing the quality? Thanks,

Ryan



.



Relevant Pages

  • Re: Printing PictureBox Image
    ... page for example the page will be around 8.5 X 11 inches at the priner ... resolution is higher the size of the file will be correspondingly higher. ... Answer those GDI+ questions with the GDI+ FAQ ... > When I try to print the image from a picturebox with: ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Determine the image resolution
    ... > Can someone tell me how I can determine the resolution of a ... > load into a picturebox. ... Dim PixHigh As Long ... PixHigh = .ScaleY(.Picture.Height, vbHimetric, vbPixels) ...
    (comp.lang.basic.visual.misc)
  • Screen resolution and Image
    ... I am loading image in picturebox using bitmap -size of image = 8.5?x11". ... Dim ZoomImage As New Bitmap ... And not showing scrollbars on panel on which ... But when i decrease the resolution, ...
    (microsoft.public.vb.general.discussion)
  • Determine the image resolution
    ... Can someone tell me how I can determine the resolution of a image that I ... load into a picturebox. ... I have a API call that give me the width and height ...
    (comp.lang.basic.visual.misc)
  • Re: Printing PictureBox Contents
    ... I was concentrating mainly on the quality and the Control misalignment aspects (if your PictureBox has a border) of the method you are using and I just assumed that you would know that I was talking about the desired *Printer* output size for the parameters wide and high in the PaintPicture line I posted. ... Normally the quality of screen dumps is quite poor anyway, even if you print the "screen dump bitmap" of the PictureBox and its drawn content and Controls at full logical size, but it is usually very much worse once you either reduce or stretch the size of the output. ... Forms are designed primarily for user interaction whereas printed pages are not, and a layout and design which suits one does not necessarily suit the other. ...
    (microsoft.public.vb.general.discussion)

Loading