Printing Envelopes from C#
I'm trying to make a application that will print envelopes (custom and normal). Im setting the size and page to print but when im printing or viewing preview of print the page size is still the same. Basicly, the app is 3 comboboxs (0: pick custom size, 1: pick printer, 2: pick feeder) and button 'print' Am I missing something ? PrintDocument pd = new PrintDocument(); PaperSize paperSize; private void combo0_pick(object sender, EventArgs e) { if (comboBox0.SelectedIndex != -1) { switch (comboBox0.SelectedItem.ToString()) { //constructor "name", inch, inch case "A3": paperSize = new PaperSize(