CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2000
    Location
    chennai,India
    Posts
    33

    To move the Paper in Reverse using VB in Printer

    Hi all,

    I got struck with a great problem when iam doing some allignemnts of text in a pre-printed stationery. The problem is when the paper feed is happened , the Printer Header, by default by the printer setting, is focus towards the 3rd line of the paper. I want to send some commands, in such a way that the printer automatically get printed in the first line.

    Thankz in Advance.
    Regards,
    Bala


  2. #2
    Join Date
    Apr 2000
    Location
    South Carolina,USA
    Posts
    2,210

    Re: To move the Paper in Reverse using VB in Printer

    If you set Printer.CurrentY = 0 then the Printer object will print on the very first line allowed by the printer hardware. The hardware usually requires a small border around the page to allow for mechanical descrepencies (Usually about 1/4 inch or so. But this border does depend on the individual printer.

    John G

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

Featured