Receipt is opening in crystal viewer when i print that receipt it prints on whole page. I want to print that receipt on small dot matrix printer paper (just like small chit of paper).
I don't know how to do that.
Please help me!
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Aug 9, 2010, 1:36 PM
Tanveer AhmedPosted Aug 11, 2010, 11:13 AM
I am going to try it. It'll surely help me.
Mahesh ChandPosted Aug 9, 2010, 1:49 PM
Here is more reading with sample code:
http://msdn.microsoft.com/en-us/library/system.drawing.printing.pagesettings.papersize.aspx
PrinterSettings.PaperSizes property is used to add new paper sizes to your printer settings.
PaperSize in C# and GDI+