Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
印刷用のカスタム PrintDocument クラスを作成します。PrintPage イベントを処理し、Graphics オブジェクトを使用してコンテンツをドキュメントに出力します。
WPF アプリケーションで、このドキュメントの「プレビュー」を画面に表示するにはどうすればよいですか? 出来ますか?
PrintDocument を DocumentViewer にバインドしようとしましたが、出力が得られません。WPFには視覚的なPrintPreviewコンポーネントはありませんか?