using System; using System.Drawing.Printing; namespace GoldPrinter { public delegate void PrintPageDelegate(object obj, PrintPageEventArgs ev); }