print top 1/3 of A4 paper in C# winform application

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
In my application, I need to print bank checks. The height of check is
about 1/3 of the A4 paper and I use dot matrix printer for printing. Since
my printable bank checks are in a roll, I need to stop printing when one
check is printed, i.e. the printing job must stop in the middle of paper.
I'm using a hidden web browser control for presenting the bank check to
print. How can I do this?

Thanks.

Sung.
 
Back
Top