Announcement

Collapse
No announcement yet.

PrintDocument

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • PrintDocument

    Hallo,

    habe eine Druckvorschau erzeugt an Hand eines PrintDocument und möchte diese Vorschau nun als Grafikdatei abspeichern.

    //////////////////////////////////////////

    PrintPreviewDialog printPreviewDialog1 = new PrintPreviewDialog();

    printPreviewDialog1.Document = this.printDocument1;

    printPreviewDialog1.FormBorderStyle = FormBorderStyle.Fixed3D;

    printPreviewDialog1.SetBounds(20, 20, this.Width, this.Height);

    printPreviewDialog1.ShowDialog();

    //////////////////////////////////////////

    Kann mir jemand einen tipp geben?

    Danke im voraus

    gruß Michael
Working...
X