Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Changing paper size - how???

Changing paper size - how???

Scheduled Pinned Locked Moved C / C++ / MFC
c++tutorialquestion
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Anonymous
    wrote on last edited by
    #1

    Does anyone know how to change paper size while printing under MFC? The idea is that page sizes are supposed ti differ from page to page (custom sizes)

    A C 2 Replies Last reply
    0
    • A Anonymous

      Does anyone know how to change paper size while printing under MFC? The idea is that page sizes are supposed ti differ from page to page (custom sizes)

      A Offline
      A Offline
      Anonymous
      wrote on last edited by
      #2

      Had slight computer problems.

      1 Reply Last reply
      0
      • A Anonymous

        Does anyone know how to change paper size while printing under MFC? The idea is that page sizes are supposed ti differ from page to page (custom sizes)

        C Offline
        C Offline
        CodeBrain
        wrote on last edited by
        #3

        Do you want to change the paper size during a print job or do you want to have different paper sizes for each print job? If you want to set the paper size for a print job you have to get the printer DC and then you can change the dmPaperSize member of the DEVMODE structure. But I think you should give some more information what you exactly want to do.

        A 1 Reply Last reply
        0
        • C CodeBrain

          Do you want to change the paper size during a print job or do you want to have different paper sizes for each print job? If you want to set the paper size for a print job you have to get the printer DC and then you can change the dmPaperSize member of the DEVMODE structure. But I think you should give some more information what you exactly want to do.

          A Offline
          A Offline
          Anonymous
          wrote on last edited by
          #4

          Different paper sizes in one print job, every page different, not standard but custom (arbitrary) paper sizes.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups