Hi all, if i do some like this.
printJob = new PrintJob(PrintConfig.Default()); do some pages with Gnome.Print printJob.Close(); then PrintDialog dialog = new PrintDialog(printJob, "Inventur", PrintDialogFlags.Range | PrintDialogFlags.Copies); PrintDialogRangeFlags flags = PrintDialogRangeFlags.All | PrintDialogRangeFlags.Range; dialog.ConstructRangePage((int)flags, 1, printJob.Pages, null, "_Bereich "); int response = dialog.Run(); now the user selects a range from page 5 to 10 in the printdialog. what to do with this information? is this a wrong way? the PrintJob.Print() has no range ? must i do the print for the specified pages again ? Regards Wolfgang _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
