http://blogs.bitlan.net/ito/?p=1527
Ito Blog » Blog Archive » 印刷イメージを作る の続きです。 今回は、前回のコードで使用した DocumentPage クラスについてメモしておきます。
このクラスは、前回作成した UIElement インスタンスのシーケンスを渡すことによって、FixedDocument インスタンスを作成します。
FixedDocument インスタンスの DocumentPaginator プロパティを PrindDialog.PrintDocument メソッドに引数として渡すことによって印刷を実行することができます。 using System;
using System;
using System.Linq;
using System.Collections.Generic;
using System.Windows;
using System.Wi...

まだコメントはありません。最初のコメントを登録してみませんか?