投稿者 PS/55  (社会人) 投稿日時 2016/9/18 23:48:58
コンボボックスの選択値からですけどこれでいけた気がするんですが…
PrintDocument.DefaultPageSettings.PaperSource = CType(ComboBox_Tray.SelectedItem, Printing.PaperSource)

For Each PpSc In PrintDocument.PrinterSettings.PaperSources
ComboBox_Tray.Items.Add(PpSc)
Next