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
  1. Home
  2. General Programming
  3. C#
  4. C# Image Printing

C# Image Printing

Scheduled Pinned Locked Moved C#
csharphelptutorialquestion
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.
  • S Offline
    S Offline
    scotlandc
    wrote on last edited by
    #1

    Hello everyone. Hope someone can help me here. I've built a basic image printer and I need to add a small 2-line table to every page that it prints. Any ideas on how to accomplish this? I can provide code samples if necessary. Thanks in advance. Scott

    M 1 Reply Last reply
    0
    • S scotlandc

      Hello everyone. Hope someone can help me here. I've built a basic image printer and I need to add a small 2-line table to every page that it prints. Any ideas on how to accomplish this? I can provide code samples if necessary. Thanks in advance. Scott

      M Offline
      M Offline
      musefan
      wrote on last edited by
      #2

      yep, just like your drawing an image, draw the table where you need it you have to create the table drawing yourself i.e. Graphics.DrawRectange(...);//draw your table Graphics.DrawString(...);draw the text

      If only MySelf.Visible was more than just a getter...

      S 1 Reply Last reply
      0
      • M musefan

        yep, just like your drawing an image, draw the table where you need it you have to create the table drawing yourself i.e. Graphics.DrawRectange(...);//draw your table Graphics.DrawString(...);draw the text

        If only MySelf.Visible was more than just a getter...

        S Offline
        S Offline
        scotlandc
        wrote on last edited by
        #3

        Heh, unlike a lot of things in the world of computing, that actually makes sense. Am annoyed at myself now for not thinking of that. Thank you very much.

        M 1 Reply Last reply
        0
        • S scotlandc

          Heh, unlike a lot of things in the world of computing, that actually makes sense. Am annoyed at myself now for not thinking of that. Thank you very much.

          M Offline
          M Offline
          musefan
          wrote on last edited by
          #4

          ;)

          If only MySelf.Visible was more than just a getter...

          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