Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am working on a project which is used to print a CHEQUE,

the problem which i face now is, since the Size of the cheque is small rectangle i cannot place it horizontally(normal position), i am placing it vertically 90degree rotated.

Now the problem i face is

. The program which i did works fine in Side feeding printer , but in center feeding printer it prints irregularly.

so now i should get a way to get the cheque size and the place where the cheque is placed in the printer. so that i can start my printing from that position.

I hope you understand my problem.

Thanks in advance
Posted

How does the printer know what paper is in it ? Does it get set to a certain custom paper size ? If the printer doesn't know what paper is in it, your program isn't going to be able to tell, either.
 
Share this answer
 
i am new to this c# and printing.i am not so experienced. thats why i ask this. is there any way of getting paper size and paper position from the printer.

bcz i need that.
 
Share this answer
 
Well, you really should edit your post if you want to add something. Not that you added anything, really. Like I said, if the printer has not been set up to use a special paper size, then it's for certain that it doesn't know the size or location of your cheque, therefore it's impossible for your code to work it out.
 
Share this answer
 
hi aswathstorm

i am also working an application which need to print cheque,
if u did please guide me how to implement cheque printing..

thanx
 
Share this answer
 
Comments
Sandeep Mewara 11-Jul-10 12:23pm    
Reason for my vote of 1
Should have posted a 'comment' instead of an answer!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900