using System;using System
Collections
Generic;using System ponentModel;using System
Data;using System
Drawing;using System
Linq;using System
Text;using System
Windows
Forms;using System
Runtime
InteropServices;using System
Diagnostics;using System
Drawing
Printing;namespace testprinter2{publicpartialclassForm1 : Form { #region 预定义类型 [FlagsAttribute]publicenumPrinterEnumFlags { PRINTER_ENUM_DEFAULT = 0x00000001, PRINTER_ENUM_LOCAL = 0x00000002, PRINTER_ENUM_CONNECTIONS = 0x00000004, PRINTER_ENUM_FAVORITE = 0x00000004, PRINTER_ENUM_NAME = 0x00000008, PRINTER_ENUM_REMOTE = 0x00000010, PRINTER_ENUM_SHARED = 0x00000020, PRINTER_ENUM_NETWORK = 0x00000040, PRINTER_ENUM_EXPAND = 0x00004000, PRINTER_ENUM_CONTAINER = 0x00008000, PRINTER_ENUM_ICONMASK = 0x00ff0000, PRINTER_ENUM_ICON1 = 0x00010000, PR