CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Printer Margin

  1. #1
    Join Date
    Jul 1999
    Posts
    8

    Printer Margin

    Hello all

    I am printing report using printer object. Now how can I get the margin of the page and I can start to print from the left margin of a page.

    Thank you for any response.

    Alex Zhu




  2. #2
    Join Date
    May 2000
    Location
    New York, NY, USA
    Posts
    2,878

    Re: Printer Margin

    Use

    Printer.CurrentX=...

    Iouri Boutchkine
    [email protected]
    Iouri Boutchkine
    [email protected]

  3. #3
    Join Date
    Jul 1999
    Posts
    8

    Re: Printer Margin

    We can set a page margin at a pagesetup dialog at many places like in control panel. That is we can set page margin outside of a application.
    So if the page left margin is 1 in and I set printer.currentx = 0.5 in then happens?

    Thank you for the response

    Alex


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