PaperSourceKind 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
標準紙張來源。
public enum class PaperSourceKind
public enum PaperSourceKind
[System.Serializable]
public enum PaperSourceKind
type PaperSourceKind =
[<System.Serializable>]
type PaperSourceKind =
Public Enum PaperSourceKind
- 繼承
- 屬性
欄位
AutomaticFeed | 7 | 自動送紙。 |
Cassette | 14 | 紙匣。 |
Custom | 257 | 印表機特定紙張來源。 |
Envelope | 5 | 信封。 |
FormSource | 15 | 印表機的預設輸入紙匣。 |
LargeCapacity | 11 | 印表機的大容量紙匣。 |
LargeFormat | 10 | 大型格式紙張。 |
Lower | 2 | 印表機的下層紙匣。 |
Manual | 4 | 手動送紙。 |
ManualFeed | 6 | 手動方式送進信封。 |
Middle | 3 | 印表機的中層紙匣。 |
SmallFormat | 9 | 小型格式紙張。 |
TractorFeed | 8 | 曳引送紙。 |
Upper | 1 | 印表機的上層紙匣 (如果印表機只有一個紙匣,則為預設紙匣)。 |
備註
屬性會使用此 PaperSource.Kind 列舉。
如需列印的詳細資訊,請參閱 System.Drawing.Printing 命名空間概觀。