C#
  Home arrow C# arrow Printing Using C#
Dev Articles Forums 
ADO.NET  
Apache  
ASP  
ASP.NET  
C#  
C++  
ColdFusion  
COM/COM+  
Delphi-Kylix  
Design Usability  
Development Cycles  
DHTML  
Embedded Tools  
Flash  
Graphic Design  
HTML  
IIS  
Interviews  
Java  
JavaScript  
MySQL  
Oracle  
Photoshop  
PHP  
Reviews  
Ruby-on-Rails  
SQL  
SQL Server  
Style Sheets  
VB.Net  
Visual Basic  
Web Authoring  
Web Services  
Web Standards  
XML  
Mobile Linux 
App Generation ROI 
IBM® developerWorks 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
C#

Printing Using C#
By: Wrox Team
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 4 stars4 stars4 stars4 stars4 stars / 270
    2003-01-27

    Table of Contents:
  • Printing Using C#
  • Creating a Printing Application
  • Creating the Project
  • Primitives and Elements
  • Pagination and Printing
  • Changing the Page Settings
  • Conclusion

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    Printing Using C#


    (Page 1 of 7 )

    In this article Matthew shows us how to build a print engine in C# allowing us to print our application data easily.Editor's Note: This article's code has been updated to work with the final release of the .Net framework.

    Those of you who have done any programming with the Win32 API will be familiar with the concept of the Device Context, also known as the "DC". A Device Context allows a developer to draw things like text, lines, rectangles, curves, etc. on both the screen and the printer, or even in memory in preparation for later drawing to either of these devices. This was a pretty powerful arrangement that allowed a developer who knew how to draw application output on the screen to draw application output on a printer.

    With .NET, we're given a variety of graphics classes that eventually allow drawing of certain graphics primitives onto device contexts. This article describes how we can build an application that is capable of printing its output on a printer installed on the computer, allow the adjustment of page and printer settings and also provide a print preview.

    More C# Articles
    More By Wrox Team


       · Hi,Great article, but did you miss out the Print() method in the PrintElement...
       · Hi, thanks for this implementation, i've just find out one error, this is the...
       · Thanks for that great article. but I would like to know that how I can add image...
       · Congrats! Exceptional article. I followed and I have implemented a print engine that...
       · Can you please tell me what version of .Net you are using as I cannot see the...
       · I have a created a word doc and now wat i need is i should not see or open the word...
       · Hi Anonymous Loozah,The "PrintBrush" and "PrintFont" methods you mention, are...
       · Hey, I have not used C# in a year ... (i bought C# 2005 with .net3.0 ) .. I really...
       · HiI have an application that is a kiosk app running in full screen. I have...
       · Forget it! It's work as long you have free format on layout, but on preprinted...
       · Forget it!It's works as long you have free format on paper, but if you work...
       · hey .. u r right. it is crossing the right side .... can u suggest a solution
       · I got PrintDialog shown only after setting dialog.UseEXDialog = true;[using 64bit...
       · PrintPrimitiveText::CalculateHeight() is incorrect if the text contains...
       · I would like to center the header or the footer or any text really. How can...
       · everything works, but i cant get the customer details to get printed in the preview....
       · Does anyone know how to print text from the TextBox?i tried and it want work!I...
       · Hi, can some1 help me?! I'm using this engine, but I cannot print anything from the...
       · Could you do the changes for the labeling?If you have some ideas please let me...
       · This is a great article on printing...nice work :)i have a problem relating to...
       · Wow, this is an amazing article. Seven years on and still people are commenting on...
       · If anyone is interested, I made a solution today for the problem of an element that...
       · I used the exact code with VS2010 and .NET 3.5 and it still work! Minor change as...
       · hi,it was great.Shud not creat a new instance of PrintEngine in CreateEngine,...
       · Hi;I typed in the article, checked it but I must be doing something wrong.I am...
       · I think I might have fixed the errors and found out what was wrong. I had made a...
       · Great Article - I added simple Image support, no scaling, so I could display logos...
       · If we want to print with dynamic tray selection? For example if we have to print...
     

    C# ARTICLES

    - Introduction to Objects and Classes in C#, P...
    - Visual C#.NET, Part 1: Introduction to Progr...
    - C# - An Introduction
    - Hotmail Exposed: Access Hotmail using C#
    - Razor Sharp C#
    - Introduction to Objects and Classes in C#
    - Making Your Code CLS Compliant
    - Programming with MySQL and .NET Technologies
    - Socket Programming in C# - Part II
    - Socket Programming in C# - Part I
    - Creational Patterns in C#
    - Type Conversions
    - Creating Custom Delegates and Events in C#
    - Inheritance and Polymorphism
    - Understanding Properties in C#







    © 2003-2010 by Developer Shed. All rights reserved. DS Cluster 5 Hosted by Hostway
    For more Enterprise Application Development news, visit eWeek