[ASP.NET 2010 VB]通常使うプリンタのプリンタ名の取得

‘プリンタ名の取得
Dim pd As New System.Drawing.Printing.PrintDocument
dim PRINTER_NAME as string
PRINTER_NAME = pd.PrinterSettings.PrinterName