예제 #1
0
 public void Draw(Point point, int page)
 {
     GraphicsBuffer.Clear(Color.White);
     if (WholeData != null && WholeData.Invalid)
     {
         Draw(new IGraphics(GraphicsBuffer), point, page);
     }
     //PrintUtil.PrintWatermark(graphicsBuffer, report);
 }