J'ai jamais essayé, mais je sais que ça existe dans wxWidgets :
wxPrintout
This class encapsulates the functionality of printing out an application document. A new class must be derived and members overridden to respond to calls such as OnPrintPage and HasPage. Instances of this class are passed to wxPrinter::Print or a wxPrintPreview object to initiate printing or previewing.
wxPrinter
This class represents the Windows or PostScript printer, and is the vehicle through which printing may be launched by an application. Printing can also be achieved through using of lower functions and classes, but this and associated classes provide a more convenient and general method of printing.
# wxWidgets
Posté par Thomas Monjalon . En réponse au message Impression portable. Évalué à 1.
En ce qui concerne le C#, il existe wx.NET(a C# binding for .NET/Mono).
http://wxnet.sourceforge.net/(...)