PrintControllerWithStatusDialog.OnEndPage メソッド
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)

Dim instance As PrintControllerWithStatusDialog Dim document As PrintDocument Dim e As PrintPageEventArgs instance.OnEndPage(document, e)

PrintControllerWithStatusDialog クラスは、カプセル化された PrintController の PrintController.OnEndPage メソッドを呼び出します。
OnEndPage メソッドは、PrintDocument が PrintPage イベントを発生させた直後に呼び出されます。PrintDocument の PrintPage イベント内で例外がスローされた場合、OnEndPage は呼び出されません。
OnStartPrint メソッドは、プリンタに送信される Graphics オブジェクトを作成します。OnStartPrint が呼び出された後で、OnStartPage メソッドは、Graphics オブジェクトを単一ページのグラフィックに設定します。OnStartPage を使用すると、ドキュメントのページの印刷方法を設定できます。たとえば、各ページについてページ設定を個別に調節できます。また、OnEndPage が Graphics オブジェクトを消去するのに対し、OnEndPrint メソッドはオブジェクトを解放します。

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- PrintControllerWithStatusDialog.OnEndPage メソッドのページへのリンク