Printing DD for banks
I have a urgent requirement for printing the clients name and DD amount in the respective place of a DD.so how to print the desired clients name and amount according to the DD's exact place I am just getting stucked.so anybody please help me.its very urgent.code might be in asp.net or silverlight or wpf but it should be in c# .
Gyanendra Kumar MishraPosted Nov 9, 2011, 1:16 AM
Javeed M ShaikhPosted Nov 8, 2011, 9:52 AM
Gyanendra Kumar MishraPosted Nov 8, 2011, 7:57 AM
Javeed M ShaikhPosted Nov 8, 2011, 6:15 AM
Gyanendra Kumar MishraPosted Nov 8, 2011, 12:11 AM
Javeed M ShaikhPosted Nov 7, 2011, 9:25 AM
did you try to use the PrintDocument Class.
in the PrintPageEventHandler you can use like this...
ev.Graphics.DrawString(line, printFont, Brushes.Black,
yourLeftMargin, yourYposition, new StringFormat());
search for PrintDocument Class in C# Corner website you will find articles