public void PrintPreview()
 {
     imagePrinter.PrintPreview(GetBitmap());
 }
Exemplo n.º 2
0
 public void PrintPreview()
 {
     imagePrinter.PrintPreview(image);
 }