PrinterSettings.PaperSourceCollection クラスの新しいインスタンスを初期化します。
Public Sub New( _
ByVal array() As PaperSource _)
[C#]
public PrinterSettings.PaperSourceCollection(
PaperSource[] array);
[C++]
public: PaperSourceCollection(
PaperSource* array[]);
[JScript]
public function PrinterSettings.PaperSourceCollection(
array : PaperSource[]);
パラメータ
- array
PaperSource 型の配列。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
PrinterSettings.PaperSourceCollection クラス | PrinterSettings.PaperSourceCollection メンバ | System.Drawing.Printing 名前空間 | PaperSource