次の方法で共有


StandardPrintController クラス

プリンタに情報を送信するプリント コントローラを指定します。

この型のすべてのメンバの一覧については、StandardPrintController メンバ を参照してください。

System.Object
   System.Drawing.Printing.PrintController
      System.Drawing.Printing.StandardPrintController

Public Class StandardPrintController
   Inherits PrintController
[C#]
public class StandardPrintController : PrintController
[C++]
public __gc class StandardPrintController : public PrintController
[JScript]
public class StandardPrintController extends PrintController

スレッドセーフ

この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。

解説

このクラスは、 PrintDocument で使用されます。

印刷の詳細については、 System.Drawing.Printing 名前空間のトピックを参照してください。

必要条件

名前空間: System.Drawing.Printing

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

アセンブリ: System.Drawing (System.Drawing.dll 内)

参照

StandardPrintController メンバ | System.Drawing.Printing 名前空間 | PrintController