Hello guys,
I am a basic Programmer...
The task I need 2 do is print a small bill using dot matrix printer.
The problem I am getting is abt the paper size..
The paper size in which I have 2 print the bill is about 6X3.5".
I haved searched some posts also and found the usage of system.printers.papersize class to set the custom papersize.
but I am not being able to find the reference 2 system class and use if..
...............................
Plz help me with the logic and basic code outline 2...
ANd also the method by which I can use system class in VB

Setting Custom PaperSize
Timo S
Any idea..
Alisson Soares Araujo
http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemdrawingprintingpapersizeclasstopic.asp
Specifically, you can use the PaperSize constructor to specify your custom paper size
http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemdrawingprintingpapersizeclassctortopic.asp
Hope that helps,
Yun