PrinterSettings.InstalledPrinters プロパティ
コンピュータにインストールされているすべてのプリンタの名前を取得します。
Public Shared ReadOnly Property InstalledPrinters As _
PrinterSettings.StringCollection
[C#]
public static PrinterSettings.StringCollection InstalledPrinters {get;}
[C++]
public: __property static PrinterSettings.StringCollection*
get_InstalledPrinters();
[JScript]
public static function get InstalledPrinters() :
PrinterSettings.StringCollection;
プロパティ値
コンピュータにインストールされているすべてのプリンタの名前を表す PrinterSettings.StringCollection 。
例外
例外の種類 | 条件 |
---|---|
Win32Exception | 使用できるプリンタを列挙できませんでした。 |
解説
インストールされているプリンタの名前のコレクションを使用して、ユーザーが印刷先のプリンタを選択できるようにします。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
.NET Framework セキュリティ:
- PrintingPermission (印刷を行うため、およびネットワーク上のすべてのプリンタにアクセスするために必要なアクセス許可) PrintingPermissionLevel.AllPrinting (関連する列挙体)
参照
PrinterSettings クラス | PrinterSettings メンバ | System.Drawing.Printing 名前空間 | PrinterName