Search results for query: *

  • Users: Leon
  • Content: Threads
  • Order by date
  1. L

    Print Problem - Overlapping text

    I am trying to print varaible data, namely, my counter variable "x" in the below statement. e.Graphics.DrawString(text & x , printFont, System.Drawing.Brushes.Black, 0, 0) For example, if I want to print 5 pages and print 1 on page 1 and 2 on page, etc. What seems to happen is that the...
  2. L

    Print Problem - Image Overlap using Print Document - Print Page Event

    I am printing images using the e.Graphics.Drawimage() function in the printpage event. The problem is that when attempting to print multiple images, the images overlap. That is, when I attempt to print 3 images on 3 separate pages, I get 2 pages with 1 image on page 1 and 2 images on page 2...
Back
Top