次の方法で共有


PaperSourceKind 列挙体

標準の給紙方法。

<Serializable>
Public Enum PaperSourceKind
[C#]
[Serializable]
public enum PaperSourceKind
[C++]
[Serializable]
__value public enum PaperSourceKind
[JScript]
public
   Serializable
enum PaperSourceKind

解説

この列挙体は、 PaperSource.Kind で使用されます。

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

メンバ

メンバ名 説明
AutomaticFeed 自動送り用紙。
Cassette 用紙カセット。
Custom プリンタ固有の給紙方法。
Envelope 封筒。
FormSource プリンタの既定の入力ビン。
LargeCapacity プリンタの大容量ビン。
LargeFormat 大型フォーム用紙。
Lower プリンタの下段ビン。
Manual 手差し用紙。
ManualFeed 手差し封筒。
Middle プリンタの中段ビン。
SmallFormat 小型フォーム用紙。
TractorFeed トラクタ送り。
Upper プリンタの上段ビン (プリンタにビンが 1 つしかない場合は、そのビン)。

必要条件

名前空間: 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 内)

参照

System.Drawing.Printing 名前空間 | PaperSource