How to set printer properties using vb.net
问题 I am using EDRAW to browse a Microsoft Word and can be Print , Preview , ETC.. . And I am planning to add some features to it. I am adding 2 buttons for Print Short (8.5 by 11 inches) and Print Long (8.5 by 13 inches) and I have 2 printers for long and short. How to set the properties of the printers in each button?. If I click button short it will print short using printer 1 same as the button long but it is in printer 2. I am following the code in the Link provided above. Anyone has an idea