Paper Setting Problem in Dot Matrix Printer using Crystal Report.
-
Hi, In my application i have to print receipt using Dot Matrix Printer(EPSION LQ-300+II). My receipt have preprinted format, in this format i have to send datas using C# code. My papers size is:Height:10 Inch and Width 9.5 inch. The paper is regular paper. The problem is in first page datas are printed in required location but in next page it is printed in other location. So, How to set paper size in Crystal Report using C# application for this case: I have set like this: Reports.frmCrViewer.PaperSize = PaperSize.Paper10x14; Reports.frmCrViewer.PaperOrientiation = PaperOrientation.DefaultPaperOrientation; this syntax is correct but the paper size Paper10*14 didn't matched my requirement. So, what should i have to do to print in paper having size 10*9.5 inch. Please Help Me