CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 1999
    Posts
    27

    Papersize of print

    I show print setup dialog using CommonDialog. When it was closed, I need to retrieve new configuration value. But I do not know how to read the papersize property: CommonDialog has no such property. Who can tell me? Any help is appriciated.



  2. #2
    Join Date
    Mar 1999
    Location
    Nepal
    Posts
    540

    Re: Papersize of print

    Printer.Height, Printer.Width give the dimensions of the entire paper.

    Printer.Scaleheight and Printer.ScaleWidth give the dimensions of the printable area.


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