Nach Ordnungsbegriffen durchsuchen

How to print a List<string> in Silverlight 4 Beta over multiple pages?!
10 Dezember 09 08:02 | .NET Rocker » TrivadisContent
On www.silverlight.net several people are asking how to print the values of a DataGrid in Silverlight. You cannot just assign the DataGrid to the PageVisual-Property of the PrintPageEventArgs. This would just print the DataGrid as it is on one page. The...
How to print dynamically created Images in Silverlight 4 Beta
25 November 09 08:40 | .NET Rocker » TrivadisContent
Silverlight 4 supports printing scenarios. It’s quite easy. Just create a PrintDocument instance, handle the PrintPage-Event and call the Print-Method. In the PrintPage-Event set the PageVisual-Property of the PrintPageEventArgs to a UIElement of your...
WPF Printing: How to print a PageRange with WPF’s PrintDialog - that means the user can select specific pages and only these pages are printed
24 November 09 07:44 | .NET Rocker » TrivadisContent
Printing a Page Range isn’t as easy as it supposed to be. So in this blog-post you’ll see a very easy method to print specific pages from a XPS-Document. But before we look at the solution, let’s start with the problem. The Problem WPF’s PrintDialog has...
Abgelegt unter: , , ,